Added docs/requirements.txt and the "sphinx_rtd_theme" theme to the readthedocs configuration, as Read the Docs does not install sphinx_rtd_theme by default

after August 7, 2023.
This commit is contained in:
依瑪貓 2023-10-24 05:11:39 +05:30 committed by 依瑪貓
parent 937908717b
commit eb3fa8f414
2 changed files with 2 additions and 0 deletions

View File

@ -38,3 +38,4 @@ python:
install:
- method: pip
path: .
- requirements: docs/requirements.txt

1
docs/requirements.txt Normal file
View File

@ -0,0 +1 @@
sphinx_rtd_theme