diff --git a/.readthedocs.yaml b/.readthedocs.yaml deleted file mode 100644 index 3557f0f..0000000 --- a/.readthedocs.yaml +++ /dev/null @@ -1,25 +0,0 @@ -version: 2 - -# Build settings -build: - os: "ubuntu-22.04" - tools: - python: "3.7" - -# Build documentation in the docs/ directory with Sphinx -sphinx: - configuration: docs/conf.py - -# Optionally build your docs in additional formats such as PDF -formats: - - epub - - htmlzip - - pdf - -# Optionally set the version of Python and requirements required to build your docs -python: - install: - - requirements: docs/requirements.txt - -submodules: - include: all diff --git a/docs/requirements.txt b/docs/requirements.txt deleted file mode 100644 index 4b8aef1..0000000 --- a/docs/requirements.txt +++ /dev/null @@ -1,2 +0,0 @@ -docutils<0.18 -sphinx-rtd-theme==1.3.0