From 68b486ea2147786d98a234fadf597be3ca452968 Mon Sep 17 00:00:00 2001 From: Sam Jirovec Date: Fri, 17 May 2024 09:47:05 -0500 Subject: [PATCH] removed sphinx style and unpinned packaging version --- doc/en/conf.py | 4 ---- doc/en/requirements.txt | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/doc/en/conf.py b/doc/en/conf.py index 6c81ad715..e64931ae5 100644 --- a/doc/en/conf.py +++ b/doc/en/conf.py @@ -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 = [] diff --git a/doc/en/requirements.txt b/doc/en/requirements.txt index 5ffa099d9..6e7221d64 100644 --- a/doc/en/requirements.txt +++ b/doc/en/requirements.txt @@ -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