Skip to content

Commit

Permalink
Merge pull request #1287 from openjournals/docs-config
Browse files Browse the repository at this point in the history
Docs config
  • Loading branch information
xuanxu committed Oct 24, 2023
2 parents 4ba6049 + 40de29d commit 65a3f42
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Read the Docs configuration file for Sphinx projects
# 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

python:
install:
- requirements: docs/requirements.txt
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
extensions = [
'sphinx.ext.mathjax',
'recommonmark',
'sphinx_rtd_theme',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit 65a3f42

Please sign in to comment.