Skip to content

Commit

Permalink
Fix contribution link
Browse files Browse the repository at this point in the history
  • Loading branch information
Bachibouzouk committed Jun 6, 2024
1 parent f25fbf4 commit 0fbb021
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.7"
python: "3.10"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand All @@ -23,4 +23,4 @@ sphinx:
# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: docs/docs-requirements.txt
- requirements: docs/docs-requirements.txt
1 change: 1 addition & 0 deletions docs/docs-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ ipykernel
sphinx-autobuild
sphinx-copybutton
sphinx_wagtail_theme
myst_parser
nbformat
nbconvert
8 changes: 7 additions & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ def copy_contributing():
copyright = "2022, Author List"
author = "Author List"


# -- General configuration ---------------------------------------------------

# Add any Sphinx extension module names here, as strings. They can be
Expand All @@ -76,8 +75,15 @@ def copy_contributing():
"sphinx_copybutton",
"sphinx.ext.autosectionlabel",
"sphinx_wagtail_theme",
"sphinx_copybutton",
"myst_parser",
]

source_suffix = {
".rst": "restructuredtext",
".txt": "markdown",
".md": "markdown",
}

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand Down

0 comments on commit 0fbb021

Please sign in to comment.