Skip to content

Commit

Permalink
Merge pull request #163 from pybamm-team/protobuf
Browse files Browse the repository at this point in the history
Fix docs
TomTranter authored Jul 1, 2022

Verified

This commit was signed with the committer’s verified signature.
joshcooper Josh Cooper
2 parents 24bc5a9 + 5846890 commit adcd594
Showing 4 changed files with 10 additions and 17 deletions.
17 changes: 4 additions & 13 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -7,18 +7,9 @@ version: 2

formats: all

conda:
environment: environment.yml

mkdocs:
configuration: mkdocs.yml
fail_on_warning: true

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

fail_on_warning: false
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
mkdocstrings-python-legacy
mkdocs-material
mkdocs-jupyter
protobuf==3.20.*
7 changes: 5 additions & 2 deletions environment.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ dependencies:
- sympy
- redis
- pyyaml
- protobuf
- protobuf >=3.8.0,<4.0.0
- imageio
- grpcio
- future
@@ -33,4 +33,7 @@ dependencies:
- pybamm
- lcapy
- scikit-spatial
- ray
- ray
- mkdocstrings-python-legacy
- mkdocs-material
- mkdocs-jupyter
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -14,4 +14,4 @@ textwrapper
dask[complete]
ray
redis
protobuf==3.20.*
protobuf >= 3.8.0, < 4.0.0

0 comments on commit adcd594

Please sign in to comment.