Skip to content

Commit

Permalink
Docpatch (#284)
Browse files Browse the repository at this point in the history
* lock requirements versions

* format

* Force RTD to use py3.8

RTD was still using py3.7, which on its own probably would have been
okay. However, pybids/bids-validator now has a minimum python
requirement of py3.8, which I suspect made some changes to
`functools.lru_cache`. These changes caused RTD to error out when trying
to read the `bids-validator` code.

---------

Co-authored-by: Jordan DeKraker - B. Bernhardt Lab <[email protected]>
Co-authored-by: Jason Kai <[email protected]>
  • Loading branch information
3 people authored Mar 5, 2024
1 parent e9e1774 commit 8ad3b21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.7"
python: "3.8"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
7 changes: 4 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
docutils==0.17
sphinx-argparse
sphinx-argparse==0.4.0
sphinx_rtd_theme>=1.0.0
snakebids>=0.4.0
myst-parser
sphinxcontrib.asciinema
myst-parser==1.0.0
sphinxcontrib.asciinema==0.3.7
pulp<2.8.0

0 comments on commit 8ad3b21

Please sign in to comment.