Skip to content
Merged

Tut #263

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"

apt_packages:
- graphviz
- cmake

jobs:
pre_create_environment:
- cd docs; mkdir source/_static; doxygen Doxyfile_rtd.in; cp -r ./bin/html ./source/_static/doxy ; cd -

# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

# We recommend specifying your dependencies to enable reproducible builds:
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
#python:
# install:
# - requirements: docs/requirements.txt

9 changes: 7 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,15 @@ Authors
Contributors
============

- Jesse Grindstaff <[email protected]>
- Alicia Welden <[email protected]>
- Nestor Aguirre <nfaguirrec@lanl.gov>
- Christoph Junghans <junghans@lanl.gov>
- Jean-Luc Fattebert <[email protected]>
- Jesse Grindstaff <[email protected]>
- Joshua D. Finkelstein <[email protected]>
- Linnea Anderson
- Nestor Aguirre <[email protected]>
- Yu Zhang <[email protected]>


Build Dependencies
==================
Expand Down
Loading