Skip to content

Commit

Permalink
Merge pull request #2 from ML-KULeuven/LouisCarpentier42-patch-1
Browse files Browse the repository at this point in the history
Create .readthedocs.yaml
  • Loading branch information
LouisCarpentier42 authored Oct 9, 2024
2 parents d55c7e0 + df2d672 commit 9b818ee
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# .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-22.04
tools:
python: "3.12"

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

# Optional but recommended, declare the Python requirements required
# to build your documentation
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
python:
install:
- requirements: requirements.txt
- requirements: requirements-dev.txt
3 changes: 2 additions & 1 deletion requirements-doc.txt → requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sphinx
toml
sphinx_rtd_theme
nbsphinx
nbsphinx
pytest
1 change: 0 additions & 1 deletion requirements-test.txt

This file was deleted.

0 comments on commit 9b818ee

Please sign in to comment.