We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11ac25a commit c961eeeCopy full SHA for c961eee
.github/workflows/sphinx_doc_build.yml
@@ -31,11 +31,11 @@ jobs:
31
# Install the python dependencies required for building.
32
- name: Install Dependencies
33
run: |
34
- pip install sphinx==7.1.2
+ pip install sphinx
35
pip install bs4
36
pip install PySide2
37
pip install Qt.py
38
- pip install autodocsumm==0.2.11
+ pip install autodocsumm
39
# Set the local git configs.
40
- name: Set Git Config
41
0 commit comments