Skip to content

Commit

Permalink
Update readthedocs.yml
Browse files Browse the repository at this point in the history
try again
  • Loading branch information
cylammarco authored Dec 18, 2023
1 parent d123378 commit 75f06bb
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,14 @@ build:
os: ubuntu-22.04
tools:
python: "3.11"
install:
- requirements: docs/source/requirements.txt

python:
install:
- requirements: docs/source/requirements.txt

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

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

# Optionally build your docs in additional formats such as PDF
#formats:
# - all

0 comments on commit 75f06bb

Please sign in to comment.