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 64cd86e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import sphinx_rtd_theme # noqa

extensions = [
"sphinx_rtd_theme",
"myst_parser"
]

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

0 comments on commit 64cd86e

Please sign in to comment.