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

extensions = [
"sphinx_rtd_theme",
"myst_parser"
]

source_suffix = ['.rst', '.md']

project = "TaxHub"
html_theme = "sphinx_rtd_theme"
pygments_style = "sphinx"
8 changes: 0 additions & 8 deletions docs/index.md

This file was deleted.

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 6a92676

Please sign in to comment.