Attempted Docs Fixes

This commit is contained in:
Ariel Rin
2022-03-01 03:33:12 +00:00
parent 1e9f5e6430
commit 9b74fb4dbd
3 changed files with 17 additions and 15 deletions

View File

@@ -5,19 +5,20 @@
# Required
version: 2
# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.10"
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/conf.py
# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml
# Optionally build your docs in additional formats such as PDF and ePub
formats: all
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements.txt