Skip to content

Commit

Permalink
Update and rename .readthedocs.yml to .readthedocs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cirospat committed Sep 12, 2023
1 parent 200f7e6 commit 5006d3c
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .readthedocs.yml → .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,30 @@
# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"
# You can also specify other tool versions:
# nodejs: "20"
# rust: "1.70"
# golang: "1.20"


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

# Build documentation with MkDocs
#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
# version: 3.7
install:
- requirements: docs/requirements.txt

0 comments on commit 5006d3c

Please sign in to comment.