mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Merge pull request #1905 from paulromano/readthedocs-fix
Fix readthedocs build issue by pinning sphinx
This commit is contained in:
commit
02239256f6
2 changed files with 14 additions and 0 deletions
13
.readthedocs.yaml
Normal file
13
.readthedocs.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
version: 2
|
||||
|
||||
build:
|
||||
os: "ubuntu-20.04"
|
||||
tools:
|
||||
python: "3.9"
|
||||
|
||||
sphinx:
|
||||
configuration: docs/source/conf.py
|
||||
|
||||
python:
|
||||
install:
|
||||
- requirements: docs/requirements-rtd.txt
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
sphinx==4.3.0
|
||||
sphinx-numfig
|
||||
jupyter
|
||||
sphinxcontrib-katex
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue