File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1111sphinx :
1212 configuration : docs/source/conf.py
1313 fail_on_warning : true
14+
15+ python :
16+ install :
17+ - requirements : docs/requirements.txt
Original file line number Diff line number Diff line change 99* use trusted publisher for release (see https://docs.pypi.org/trusted-publishers/ )
1010* use ` pyproject.toml ` for project setup
1111
12+ ### Documentation
13+ * use a theme for documentation supporting dark mode
14+
1215### Documentation
1316* added use case for ordering test modules (see [ #51 ] ( https://github.com/pytest-dev/pytest-order/issues/51 ) )
1417
Original file line number Diff line number Diff line change 11sphinx >= 2.3.1
2+ furo
Original file line number Diff line number Diff line change 104104
105105# The theme to use for HTML and HTML Help pages. See the documentation for
106106# a list of builtin themes.
107- html_theme = "nature "
107+ html_theme = "furo "
108108
109109# Theme options are theme-specific and customize the look and feel of a theme
110110# further. For a list of options available for each theme, see the
165165# html_split_index = False
166166
167167# If true, links to the reST sources are added to the pages.
168- # html_show_sourcelink = True
168+ html_show_sourcelink = False
169169
170170# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
171171html_show_sphinx = False
You can’t perform that action at this time.
0 commit comments