diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 2cdf6ef..de9274b 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -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 diff --git a/README.md b/README.md index 5631a46..d137acf 100644 --- a/README.md +++ b/README.md @@ -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). diff --git a/src/aind_metadata_mapper/__init__.py b/src/aind_metadata_mapper/__init__.py index fe16d99..366b5f5 100644 --- a/src/aind_metadata_mapper/__init__.py +++ b/src/aind_metadata_mapper/__init__.py @@ -1,3 +1,3 @@ """Init package""" -__version__ = "0.18.3" +__version__ = "0.18.4"