Skip to content

Commit

Permalink
Update .readthedocs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Aug 29, 2023
1 parent 050525c commit 1d99346
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,18 @@ sphinx:

build:
os: ubuntu-22.04

# Optionally set the version of Python and requirements required to build your docs
# conda:
# environment: docs/environment.yml
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.8
install:
- method: pip
path: .
extra_requirements:
- docs
tools:
python: "3.8"
commands:
- pip install .[docs]
# # Optionally set the version of Python and requirements required to build your docs
# # conda:
# # environment: docs/environment.yml
# # Optionally set the version of Python and requirements required to build your docs
# python:
# version: 3.8
# install:
# - method: pip
# path: .
# extra_requirements:
# - docs

0 comments on commit 1d99346

Please sign in to comment.