diff --git a/.gitignore b/.gitignore index 2381e93c..ed29c569 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,7 @@ build dist/ target/ docs/build/ - +*.DS_Store # Testing files .tox* .coverage* diff --git a/.readthedocs.yml b/.readthedocs.yml index aba49f64..7f120630 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -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: diff --git a/docs/requirements.txt b/docs/requirements.txt index 76aa0da8..ee42174a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -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