Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Remi-Gau committed Nov 6, 2023
1 parent 78f32c9 commit 7699941
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@
# Required
version: 2

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

# Optionally set the version of Python and requirements required to build your docs
python:
version: '3.8'
install:
- method: pip
path: .
extra_requirements:
- docs

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

0 comments on commit 7699941

Please sign in to comment.