diff --git a/.gitignore b/.gitignore index 5c0ef4d1f..252048eb1 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,7 @@ TAGS __pycache__ .ipynb_checkpoints .eggs + +# docs +_build/ +site/ diff --git a/.readthedocs.yaml b/.readthedocs.yaml new file mode 100644 index 000000000..fecf2efe4 --- /dev/null +++ b/.readthedocs.yaml @@ -0,0 +1,15 @@ +# File: .readthedocs.yaml + +version: 2 + +build: + os: "ubuntu-20.04" + tools: + python: "3.9" + +mkdocs: + configuration: mkdocs.yml + +python: + install: + - requirements: docs/requirements.txt diff --git a/docs/custom_rtd_theme/base.html b/docs/custom_rtd_theme/base.html deleted file mode 100644 index 474ec3783..000000000 --- a/docs/custom_rtd_theme/base.html +++ /dev/null @@ -1,117 +0,0 @@ - - - -
- - - {% if page_description %}{% endif %} - {% if site_author %}{% endif %} - {% block htmltitle %} -