Remove readthedocs special case from docs configuration

Apparently it's now required to bring your own theme.
This commit is contained in:
Michael Eischer
2023-10-26 21:02:35 +02:00
parent 2968b52f84
commit feea567868
2 changed files with 14 additions and 22 deletions

View File

@@ -13,6 +13,6 @@ sphinx:
configuration: doc/conf.py
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: doc/requirements.txt