Skip to content

Commit

Permalink
Fix documentation build (#1462)
Browse files Browse the repository at this point in the history
* Don't use extras for the doc build

* Restrict Sphinx version to avoid breakage from Sphinx 4

* Install traits properly

* Restrict Sphinx version
  • Loading branch information
mdickinson authored May 13, 2021
1 parent 249d648 commit d8d4e8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-documentation-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
- name: Install dependencies and local packages
run: |
python -m pip install --upgrade pip
python -m pip install .[docs]
python -m pip install "Sphinx<4" enthought_sphinx_theme
python -m pip install .
- name: Build HTML documentation with Sphinx
run: |
cd docs
Expand Down

0 comments on commit d8d4e8f

Please sign in to comment.