Skip to content

Commit

Permalink
Merge branch 'develop' into bugfix/add_banner_hash
Browse files Browse the repository at this point in the history
  • Loading branch information
ldowen committed Jan 16, 2024
2 parents cce6d2b + ab6e037 commit b30b4fb
Show file tree
Hide file tree
Showing 11 changed files with 256 additions and 112 deletions.
23 changes: 10 additions & 13 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,17 @@
# Required
version: 2

# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.12"

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

# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

# # Optionally build your docs in additional formats such as PDF
# formats:
# - pdf

# # Optionally set the version of Python and requirements required to build your docs
# python:
# version: 3.7
# install:
# - requirements: docs/requirements.txt
# Explicitly set the version of Python and its requirements
python:
install:
- requirements: docs/requirements.txt
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Notable changes include:
* new, more rigorous, interface and free surface tracking
* Fixed initialization of longitudinal sound speed and Youngs modulus for damage models.
* Corrected some minor bugs/inconsistencies in the Tillotson EOS.
* lcats updated to work with current TOSS4 machine configurations.
* Updated various tests to make out automated testing more robust.
Version v2023-06-0 -- Release date 2023-06-20
==============================================
Expand Down
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
sphinx-rtd-theme
docutils<0.18
Loading

0 comments on commit b30b4fb

Please sign in to comment.