Skip to content

Commit

Permalink
Updated RTD theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
gialmisi committed Mar 2, 2023
1 parent e1983f9 commit 2da7b2a
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 13 deletions.
40 changes: 30 additions & 10 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ rope = "^0.16.0"
sphinx = "^6.1.0"
sphinx-autoapi = "^2.0.0"
recommonmark = "^0.6.0"
sphinx_rtd_theme = "^0.4.3"
sphinx_rtd_theme = "^1.2.0"
sphinx_autodoc_typehints = "^1.10.3"
sphinx-automodapi = "^0.12"
rstcheck = "^3.3.1"
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cycler==0.11.0 ; python_version >= "3.9" and python_version < "3.11"
decorator==5.1.1 ; python_version >= "3.9" and python_version < "3.11"
defusedxml==0.7.1 ; python_version >= "3.9" and python_version < "3.11"
dill==0.3.6 ; python_version >= "3.9" and python_version < "3.11"
docutils==0.19 ; python_version >= "3.9" and python_version < "3.11"
docutils==0.18.1 ; python_version >= "3.9" and python_version < "3.11"
exceptiongroup==1.1.0 ; python_version >= "3.9" and python_version < "3.11"
fastjsonschema==2.16.3 ; python_version >= "3.9" and python_version < "3.11"
flake8==3.9.2 ; python_version >= "3.9" and python_version < "3.11"
Expand Down Expand Up @@ -92,11 +92,12 @@ soupsieve==2.4 ; python_version >= "3.9" and python_version < "3.11"
sphinx-autoapi==2.0.1 ; python_version >= "3.9" and python_version < "3.11"
sphinx-autodoc-typehints==1.22 ; python_version >= "3.9" and python_version < "3.11"
sphinx-automodapi==0.12 ; python_version >= "3.9" and python_version < "3.11"
sphinx-rtd-theme==0.4.3 ; python_version >= "3.9" and python_version < "3.11"
sphinx-rtd-theme==1.2.0 ; python_version >= "3.9" and python_version < "3.11"
sphinx==6.1.3 ; python_version >= "3.9" and python_version < "3.11"
sphinxcontrib-applehelp==1.0.4 ; python_version >= "3.9" and python_version < "3.11"
sphinxcontrib-devhelp==1.0.2 ; python_version >= "3.9" and python_version < "3.11"
sphinxcontrib-htmlhelp==2.0.1 ; python_version >= "3.9" and python_version < "3.11"
sphinxcontrib-jquery==2.0.0 ; python_version >= "3.9" and python_version < "3.11"
sphinxcontrib-jsmath==1.0.1 ; python_version >= "3.9" and python_version < "3.11"
sphinxcontrib-qthelp==1.0.3 ; python_version >= "3.9" and python_version < "3.11"
sphinxcontrib-serializinghtml==1.1.5 ; python_version >= "3.9" and python_version < "3.11"
Expand Down

0 comments on commit 2da7b2a

Please sign in to comment.