Skip to content

Commit

Permalink
fix .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
UncleRus authored Jan 13, 2024
1 parent 47fabc5 commit 6a84ed6
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,16 @@
# Required
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.12"

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF and ePub
#formats:
# - pdf

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.7
install:
- requirements: docs/requirements.txt

0 comments on commit 6a84ed6

Please sign in to comment.