Skip to content

Commit

Permalink
Update configuration for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
willu47 committed Jul 10, 2023
1 parent ad8522d commit 721e055
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ version: 2
sphinx:
configuration: docs/conf.py

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF
formats:
- pdf

python:
version: 3.11
install:
- requirements: docs/requirements.txt
- {path: ., method: pip}

build:
os: ubuntu-22.04
tools:
python: "3.11"
10 changes: 10 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,19 @@
amply>=0.1.4
docutils<0.18
flatten_dict
Jinja2<3.1
networkx
openpyxl
pandas>=1.1
pydantic<2
pydot
pyyaml
# Requirements file for ReadTheDocs, check .readthedocs.yml.
# To build the module reference correctly, make sure every external package
# under `install_requires` in `setup.cfg` is also listed here!
sphinx>=3.2.1
sphinx-book-theme
urllib3<2
# sphinx_rtd_theme
#otoole dependencies from setup.cfg
xlrd
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ python_requires = >=3.9
# Version specifiers like >=2.2,<3.0 avoid problems due to API changes in
# new major versions. This works if the required packages follow Semantic Versioning.
# For more information, check out https://semver.org/.

# If this list changes, update docs/requirements.txt as well.
install_requires =
xlrd
pyyaml
Expand Down

0 comments on commit 721e055

Please sign in to comment.