| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -99,6 +99,7 @@ jobs: | |||
| 99 | 99 | continue-on-error: false | |
| 100 | 100 | ||
| 101 | 101 | - name: Documentation | |
| 102 | + if: matrix.python-version != '3.7' | ||
| 102 | 103 | run: | | |
| 103 | 104 | pip install ".[doc]" | |
| 104 | 105 | make -C doc html | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,9 +1,3 @@ | |||
| 1 | - sphinx >= 7.1.2, < 7.2 ; python_version >= "3.8" | ||
| 2 | - sphinx == 4.3.2 ; python_version < "3.8" | ||
| 3 | - sphinxcontrib-applehelp >= 1.0.2, <= 1.0.4 ; python_version < "3.8" | ||
| 4 | - sphinxcontrib-devhelp == 1.0.2 ; python_version < "3.8" | ||
| 5 | - sphinxcontrib-htmlhelp >= 2.0.0, <= 2.0.1 ; python_version < "3.8" | ||
| 6 | - sphinxcontrib-qthelp == 1.0.3 ; python_version < "3.8" | ||
| 7 | - sphinxcontrib-serializinghtml == 1.1.5 ; python_version < "3.8" | ||
| 1 | + sphinx >= 7.1.2, < 7.2 | ||
| 8 | 2 | sphinx_rtd_theme | |
| 9 | 3 | sphinx-autodoc-typehints | |
| Back | FazBrowse Home | New Git URL |
0 commit comments