Skip to content

Commit

Permalink
Merge pull request #416 from jburel/rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmoore authored Dec 20, 2024
2 parents c99f0b3 + 7472b99 commit 6ac9989
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build
dist/
target/
docs/build/

*.DS_Store
# Testing files
.tox*
.coverage*
Expand Down
10 changes: 2 additions & 8 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,11 @@ build:
os: ubuntu-22.04
tools:
python: "3.10"
# You can also specify other tool versions:
# nodejs: "16"
# rust: "1.55"
# golang: "1.17"

# Build documentation in the docs/ directory with Sphinx
sphinx:
fail_on_warning: true

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

# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sphinx==7.1.2
sphinx-rtd-theme==1.3.0
sphinx-rtd-theme==3.0.2
fsspec==2023.6.0
zarr
dask
Expand Down

0 comments on commit 6ac9989

Please sign in to comment.