diff --git a/.gitignore b/.gitignore index 9a65a1b..8be1803 100644 --- a/.gitignore +++ b/.gitignore @@ -217,3 +217,6 @@ __marimo__/ .DS_Store +# Docs +docs/* +!docs/conf.py diff --git a/README.md b/README.md index 8bde763..6a34642 100644 --- a/README.md +++ b/README.md @@ -172,4 +172,4 @@ make html ### Windows ```bash .\make.bat html -``` \ No newline at end of file +``` diff --git a/requirements.txt b/requirements.txt index c7e1990..981361c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ pytest<5 pytest-mock<3.0.0 pytest-cov<3.0.0 sphinx -sphinx_rtd_theme \ No newline at end of file +sphinx_rtd_theme