readthedocs

This commit is contained in:
Recep Aslantas
2023-12-12 13:19:19 +03:00
parent 8277473202
commit 559a6588c8
2 changed files with 9 additions and 1 deletions

View File

@@ -33,3 +33,7 @@ sphinx:
# python:
# install:
# - requirements: docs/requirements.txt
python:
install:
- requirements: docs/requirements.txt

4
docs/requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
# Defining the exact version will make sure things don't break
sphinx==5.3.0
sphinx_rtd_theme==1.1.1
readthedocs-sphinx-search==0.1.1