mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Merge pull request #2107 from paulromano/update-sphinx-docbuild
Update version pins for RTD documentation builds to fix rendering of bullet lists
This commit is contained in:
commit
a3bbd84692
2 changed files with 2 additions and 8 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
|
@ -5,13 +5,6 @@ on:
|
|||
workflow_dispatch:
|
||||
|
||||
pull_request:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'examples/**'
|
||||
- 'man/**'
|
||||
- '**.md'
|
||||
- CODEOWNERS
|
||||
- LICENSE
|
||||
branches:
|
||||
- develop
|
||||
- master
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
sphinx==4.3.0
|
||||
sphinx==5.0.2
|
||||
sphinx_rtd_theme==1.0.0
|
||||
sphinx-numfig
|
||||
jupyter
|
||||
sphinxcontrib-katex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue