Skip to content

Commit

Permalink
Merge branch 'develop' into develop-Mix4BEtest
Browse files Browse the repository at this point in the history
  • Loading branch information
CrimRecya committed Jan 25, 2025
2 parents 3b5a413 + 17c008a commit d201691
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ build
cmake-*
out
.idea

# Python virtual environment for docs
.venv/
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ version: 2

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

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@
# -- Project information -----------------------------------------------------

project = 'Phobos'
copyright = '2024, The Phobos Contributors'
copyright = '2025, The Phobos Contributors'
author = 'The Phobos Contributors'



# -- General configuration ---------------------------------------------------

# Add any Sphinx extension module names here, as strings. They can be
Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
myst-parser==0.15.2
Sphinx==4.2.0
sphinx-rtd-theme==1.0.0
myst-parser==4.0.0
Sphinx==8.1.3
sphinx-rtd-theme==3.0.2

0 comments on commit d201691

Please sign in to comment.