Skip to content

Commit

Permalink
cleanup and update to default config comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSteen committed May 8, 2024
1 parent bc12f99 commit 2dedaa6
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,39 +1,29 @@
# .readthedocs.yaml
# Read the Docs configuration file
# 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 version of Python and other tools you might need
# Set the OS, Python version and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.10"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
# golang: "1.19"
jobs:
pre_build:
# Generate the Sphinx configuration for this Jupyter Book so it builds.
- "pip install jupyter-book"
- "jupyter-book config sphinx docs/"

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

# If using Sphinx, optionally build your docs in additional formats such as PDF
# formats:
# - pdf

# Optionally declare the Python requirements required to build your docs
# 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:
- method: pip
path: .
# extra_requirements:
# - jupyter-book
# - sphinx

0 comments on commit 2dedaa6

Please sign in to comment.