File tree Expand file tree Collapse file tree 3 files changed +3
-26
lines changed
Expand file tree Collapse file tree 3 files changed +3
-26
lines changed Original file line number Diff line number Diff line change 1- """
2- sphinxcontrib.devhelp
3- ~~~~~~~~~~~~~~~~~~~~~
4-
5- Build HTML documentation and Devhelp_ support files.
6-
7- .. _Devhelp: https://wiki.gnome.org/Apps/Devhelp
1+ """Build HTML documentation and Devhelp_ support files.
82
9- :copyright: Copyright 2007-2019 by the Sphinx team, see README.
10- :license: BSD, see LICENSE for details.
3+ .. _Devhelp: https://wiki.gnome.org/Apps/Devhelp
114"""
125
136from __future__ import annotations
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-
91from pathlib import Path
102
113import pytest
Original file line number Diff line number Diff line change 1- """
2- test_devhelp
3- ~~~~~~~~~~~~
4-
5- Test for devhelp extension.
6-
7- :copyright: Copyright 2007-2019 by the Sphinx team, see AUTHORS.
8- :license: BSD, see LICENSE for details.
9- """
1+ """Test for devhelp extension."""
102
113import pytest
124
You can’t perform that action at this time.
0 commit comments