Skip to content

Commit

Permalink
still trying to work around openssl issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnav committed May 4, 2023
1 parent 4eceb7d commit f5d323e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
10 changes: 4 additions & 6 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
version: 2

# conda:
# environment: install/environment.yml
build:
os: "ubuntu-22.04"
tools:
python: "3.9"

sphinx:
configuration: docs/conf.py

build:
image: latest

formats:
- pdf

python:
version: 3.8
install:
- requirements: docs/requirements.txt
- method: pip
Expand Down
3 changes: 1 addition & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
sphinx==5.3.0
sphinx
sphinxcontrib-bibtex
ipykernel
autodoc_pydantic
sphinx-design
numpy
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def run_tests(self):
],
"docs": [
"autodoc_pydantic",
"sphinx==5.3.0",
"sphinx",
"sphinx_rtd_theme",
"sphinxcontrib.bibtex",
],
Expand Down

0 comments on commit f5d323e

Please sign in to comment.