added requirements
This commit is contained in:
parent
e1339e3832
commit
b90ab86f87
2 changed files with 9 additions and 15 deletions
|
|
@ -2,28 +2,16 @@
|
|||
# Read the Docs configuration file
|
||||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
|
||||
|
||||
# Required
|
||||
version: 2
|
||||
|
||||
# Set the version of Python and other tools you might need
|
||||
build:
|
||||
os: ubuntu-20.04
|
||||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.9"
|
||||
# You can also specify other tool versions:
|
||||
# nodejs: "16"
|
||||
# rust: "1.55"
|
||||
# golang: "1.17"
|
||||
python: "3.11"
|
||||
|
||||
# Build documentation in the docs/ directory with Sphinx
|
||||
sphinx:
|
||||
configuration: caimira/docs/conf.py
|
||||
|
||||
# If using Sphinx, optionally build your docs in additional formats such as PDF
|
||||
# formats:
|
||||
# - pdf
|
||||
|
||||
# Optionally declare the Python requirements required to build your docs
|
||||
python:
|
||||
install:
|
||||
- requirements: requirements.txt
|
||||
- requirements: caimira/docs/requirements.txt
|
||||
6
caimira/docs/requirements.txt
Normal file
6
caimira/docs/requirements.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
sphinx==6.2.1
|
||||
sphinx-rtd-theme==1.2.2
|
||||
pillow==5.4.1
|
||||
mock==1.0.1
|
||||
commonmark==0.9.1
|
||||
recommonmark==0.5.0
|
||||
Loading…
Reference in a new issue