Skip to content

Commit

Permalink
edit read the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-f committed Sep 5, 2023
1 parent 70ca8d9 commit 9297c38
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
22 changes: 15 additions & 7 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# .readthedocs.yml
# 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.11"
sphinx:
configuration: Docs/conf.py
# Build documentation with MkDocs
#mkdocs:
# configuration: mkdocs.yml

# Optionally build your docs in additional formats such as PDF and ePub
formats:
- pdf
- htmlzip
- epub

build:
os: "ubuntu-22.04"
tools:
python: "3.11"
4 changes: 2 additions & 2 deletions Docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['ytemplates']
templates_path = []

# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
Expand Down Expand Up @@ -101,7 +101,7 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = []

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
Expand Down

0 comments on commit 9297c38

Please sign in to comment.