Skip to content

Commit

Permalink
Merge pull request #94 from SNEWS2/main
Browse files Browse the repository at this point in the history
merge main onto stupid_iso_fix
  • Loading branch information
KaraMelih authored Feb 6, 2024
2 parents a182fdd + 51a6cce commit 5f17d2d
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 7 deletions.
20 changes: 14 additions & 6 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,22 @@
# .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 OS, Python version and other tools you might need
build:
os: "ubuntu-20.04"
tools:
python: "3.9"
os: ubuntu-22.04
tools:
python: "3.12"

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

# Python requirements required to build documentation.
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: requirements.txt
install:
- requirements: docs/requirements.txt
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down
28 changes: 28 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Required packages
#
click~=8.1
hop-client~=0.8.0
inquirer~=2.8
ipython~=8.7
numpy~=1.26
python-dotenv~=0.19
setuptools~=69.0
wheel~=0.42
#
# Development packages
#
virtualenv~=20.13
pytest~=8.0
pytest-console-scripts~=1.4
pytest-cov~=4.1
pytest-mongodb~=2.4
pytest-runner~=6.0
#
# Documentation packages
#
autoapi~=2.0.1
myst-parser~=2.0
sphinx~=7.2
sphinx-autoapi~=3.0
sphinx_rtd_theme~=2.0
sphinxcontrib-programoutput~=0.17

0 comments on commit 5f17d2d

Please sign in to comment.