Skip to content

Commit

Permalink
adapt to new namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-1991 committed May 10, 2024
1 parent 3c5f165 commit ded2e85
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2
version: 2

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

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

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.6
install:
- requirements: requirements/docs.txt
- method: pip
path: .
system_packages: true
version: 3.6
install:
- requirements: requirements/docs.txt
- method: pip
path: .
system_packages: true

0 comments on commit ded2e85

Please sign in to comment.