Skip to content

Commit

Permalink
Merge pull request #170 from AllenNeuralDynamics/release-v0.18.4
Browse files Browse the repository at this point in the history
update readthedocs.yaml
  • Loading branch information
jtyoung84 authored Sep 23, 2024
2 parents 624a504 + af83cf4 commit 5603552
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.10"

python:
install:
- method: pip
path: .
extra_requirements:
- dev
- doc
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sphinx-apidoc -o docs/source/ src
```
Then to create the documentation HTML files, run
```bash
sphinx-build -b html doc_template/empty_source/ doc_template/build/html
sphinx-build -b html docs/source/ docs/build/html
```
More info on sphinx installation can be found [here](https://www.sphinx-doc.org/en/master/usage/installation.html).

Expand Down
2 changes: 1 addition & 1 deletion src/aind_metadata_mapper/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Init package"""

__version__ = "0.18.3"
__version__ = "0.18.4"

0 comments on commit 5603552

Please sign in to comment.