Skip to content

Commit

Permalink
Updates Read the Docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
cuducos committed Aug 18, 2023
1 parent 8c301f0 commit 99c1de9
Show file tree
Hide file tree
Showing 4 changed files with 317 additions and 312 deletions.
5 changes: 4 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.10"
sphinx:
configuration: docs/conf.py
python:
version: "3.7"
install:
- method: pip
path: .
Expand Down
3 changes: 3 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
templates_path = ["_templates"]

source_suffix = [".rst", ".md"]
source_parsers = {
".md": "recommonmark.parser.CommonMarkParser",
}


# List of patterns, relative to source directory, that match files and
Expand Down
Loading

0 comments on commit 99c1de9

Please sign in to comment.