File tree Expand file tree Collapse file tree 4 files changed +2
-34
lines changed
sphinxcontrib/serializinghtml Expand file tree Collapse file tree 4 files changed +2
-34
lines changed Original file line number Diff line number Diff line change 1
- """
2
- sphinxcontrib.serializinghtml
3
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4
-
5
- :copyright: Copyright 2007-2019 by the Sphinx team, see README.
6
- :license: BSD, see LICENSE for details.
7
- """
8
-
9
1
from __future__ import annotations
10
2
11
3
import os
Original file line number Diff line number Diff line change 1
- """
2
- sphinx.util.jsonimpl
3
- ~~~~~~~~~~~~~~~~~~~~
4
-
5
- JSON serializer implementation wrapper.
6
-
7
- :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
8
- :license: BSD, see LICENSE for details.
9
- """
1
+ """JSON serializer implementation wrapper."""
10
2
11
3
from __future__ import annotations
12
4
Original file line number Diff line number Diff line change 1
- """
2
- pytest config for sphinx extensions
3
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4
-
5
- :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
6
- :license: BSD, see LICENSE for details.
7
- """
8
-
9
1
from pathlib import Path
10
2
11
3
import pytest
Original file line number Diff line number Diff line change 1
- """
2
- test_serializinghtml
3
- ~~~~~~~~~~~~~~~~~~~~
4
-
5
- Test for serializinghtml extension.
6
-
7
- :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
8
- :license: BSD, see LICENSE for details.
9
- """
1
+ """Test for serializinghtml extension."""
10
2
11
3
import pytest
12
4
You can’t perform that action at this time.
0 commit comments