removed sphinx style and unpinned packaging version

This commit is contained in:
Sam Jirovec 2024-05-17 09:47:05 -05:00
parent 8b6a9726d2
commit 68b486ea21
2 changed files with 1 additions and 5 deletions

View File

@ -137,10 +137,6 @@ add_module_names = False
# output. They are ignored by default.
# show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
pygments_style = "sphinx"
# A list of ignored prefixes for module index sorting.
# modindex_common_prefix = []

View File

@ -7,5 +7,5 @@ sphinxcontrib-svg2pdfconverter
# Pin packaging because it no longer handles 'latest' version, which
# is the version that is assigned to the docs.
# See https://github.com/pytest-dev/pytest/pull/10578#issuecomment-1348249045.
packaging <22
packaging
furo