Skip to content

Commit

Permalink
Merge 22483c3 into 8cd45ba
Browse files Browse the repository at this point in the history
  • Loading branch information
LilSpazJoekp committed Jul 7, 2021
2 parents 8cd45ba + 22483c3 commit c094937
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion docs/conf.py
Expand Up @@ -10,7 +10,12 @@

copyright = datetime.today().strftime("%Y, Joel Payne")
exclude_patterns = ["_build"]
extensions = ["sphinx.ext.autodoc", "sphinx.ext.intersphinx", "sphinxcontrib_trio"]
extensions = [
"sphinx_rtd_theme",
"sphinx.ext.autodoc",
"sphinx.ext.intersphinx",
"sphinxcontrib_trio",
]
html_static_path = ["_static"]
html_theme = "sphinx_rtd_theme"
html_theme_options = {"collapse_navigation": True}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -27,7 +27,7 @@
"sphinx_rtd_theme",
"sphinxcontrib-trio",
],
"readthedocs": ["sphinx", "sphinxcontrib-trio"],
"readthedocs": ["sphinx", "sphinx_rtd_theme", "sphinxcontrib-trio"],
"test": [
"asynctest >=0.13.0",
"mock >=0.8",
Expand Down

0 comments on commit c094937

Please sign in to comment.