mirror of
https://github.com/etlegacy/etlegacy-docs.git
synced 2024-12-04 01:31:21 +00:00
add requirements.txt
This commit is contained in:
parent
adfe75cd01
commit
9ddb3a7b2d
2 changed files with 7 additions and 3 deletions
|
@ -30,6 +30,6 @@ sphinx:
|
|||
# Optional but recommended, declare the Python requirements required
|
||||
# to build your documentation
|
||||
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
|
||||
# python:
|
||||
# install:
|
||||
# - requirements: docs/requirements.txt
|
||||
python:
|
||||
install:
|
||||
- requirements: requirements.txt
|
4
requirements.txt
Normal file
4
requirements.txt
Normal 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
|
Loading…
Reference in a new issue