Skip to content

Commit

Permalink
Merge pull request #196 from pyconjp/ISSHA-2745-sphinx600
Browse files Browse the repository at this point in the history
ISSHA-2745 upgrade sphinx 6.0.0 and add .readthedocs.yaml
  • Loading branch information
takanory committed Dec 31, 2022
2 parents 6edc6b1 + 0effe69 commit 5a8f920
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# .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"

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

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: requirements.txt
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
furo==2022.9.29
Sphinx==5.3.0
sphinx-copybutton==0.5.0
sphinxext-opengraph==0.7.2
furo==2022.12.7
Sphinx==6.0.0
sphinx-copybutton==0.5.1
sphinxext-opengraph==0.7.4

0 comments on commit 5a8f920

Please sign in to comment.