Skip to content

Commit

Permalink
Update docs build with readthedocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
lresende committed Dec 13, 2023
1 parent 4575917 commit d55a8df
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions docs/.readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# .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 version of Python and other tools you might need
build:
os: ubuntu-22.04
tools:
python: "3.11"

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

# 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
python:
install:
- requirements: doc-requirements.txt
- method: pip
path: .
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

# General information about the project.
project = "Jupyter Enterprise Gateway"
copyright = "2022, Project Jupyter" # noqa
copyright = "2023, Project Jupyter" # noqa
author = "Jupyter Server Team"

# The version info for the project you're documenting, acts as replacement for
Expand Down

0 comments on commit d55a8df

Please sign in to comment.