Skip to content

Commit

Permalink
Generate help text in readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
EricR86 committed Mar 29, 2023
1 parent adf3011 commit c10d9d2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .readthedocs.yaml
Expand Up @@ -9,11 +9,18 @@ conda:

# Required for project building and versioning
python:
version: 3.8 # matches in environment.yml
install:
- method: pip
path: .

build:
os: ubuntu-22.04
tools:
python: "miniconda3-4.7"
jobs:
post_install:
- make -C doc cmdline-help

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: doc/conf.py

0 comments on commit c10d9d2

Please sign in to comment.