Skip to content

Commit

Permalink
revert some changes from GliderToolsCommunity#197
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMohrmann committed Apr 24, 2024
1 parent 321089d commit c0507e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
python: "3.11"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -24,6 +24,7 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.11
install:
- requirements: docs/requirements.txt

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# -- General configuration ------------------------------------------------

# If your documentation needs a minimal Sphinx version, state it here.
needs_sphinx = "1.4"
# needs_sphinx = "1.4"

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
Expand Down
4 changes: 1 addition & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
glidertools
docutils
recommonmark
sphinx-rtd-theme
docutils<0.18

0 comments on commit c0507e6

Please sign in to comment.