first version of readthedocs (#278)

This commit is contained in:
raghotham 2024-10-22 10:15:58 +05:30 committed by GitHub
parent dbb5ce43fc
commit e2a5a2e10d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 1071 additions and 4 deletions

View file

@ -17,7 +17,7 @@ build:
# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py
configuration: docs/source/conf.py
# Optionally build your docs in additional formats such as PDF and ePub
# formats:
@ -27,6 +27,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: docs/requirements.txt