diff --git a/docs/conf.py b/docs/conf.py new file mode 100644 index 00000000..533d4fdf --- /dev/null +++ b/docs/conf.py @@ -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" diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index d5df3ec1..00000000 --- a/docs/index.md +++ /dev/null @@ -1,8 +0,0 @@ -# Bienvenue dans la doc de TaxHub - - * [installation](installation.md) - * [manuel-utilisateur](manuel-utilisateur.md) - * [manuel-administrateur](manuel-administrateur.md) - * [developpement](developpement.md) - * [auteurs](auteurs.md) - * [changelog](changelog.md) \ No newline at end of file diff --git a/docs/requirements.readthedocs.txt b/docs/requirements.readthedocs.txt new file mode 100644 index 00000000..a80f9754 --- /dev/null +++ b/docs/requirements.readthedocs.txt @@ -0,0 +1,2 @@ +sphinx-rtd-theme>=1.0.0 +myst-parser \ No newline at end of file