Skip to content

Commit

Permalink
Read the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
amandine-sahl committed Aug 27, 2024
1 parent 7a03fbe commit b47b354
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import sphinx_rtd_theme # noqa

extensions = [
"sphinx_rtd_theme",
]

project = "TaxHub"
html_theme = "sphinx_rtd_theme"
pygments_style = "sphinx"
1 change: 1 addition & 0 deletions docs/requirements.readthedocs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sphinx-rtd-theme>=1.0.0

0 comments on commit b47b354

Please sign in to comment.