Clean up documentation a little and point to new doc location

This commit is contained in:
Veronica Berglyd Olsen
2023-04-04 18:35:39 +02:00
parent 42dd7ce0d7
commit 54806ba753
7 changed files with 10 additions and 57 deletions
-16
View File
@@ -1,24 +1,8 @@
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
# Required
version: 2
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py
# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml
# Optionally build your docs in additional formats such as PDF
formats:
- htmlzip
- epub
- pdf
# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: docs/source/requirements.txt