Skip to content

Commit

Permalink
Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
mar10 committed Jul 30, 2022
1 parent 95da215 commit c4e74ce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ version: 2

# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/sphinx/requirements.txt

install:
- method: pip
path: .
- requirements: docs/sphinx/requirements.txt


# submodules:
# include: all
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

source_suffix = {
'.rst': 'restructuredtext',
'.txt': 'markdown',
# '.txt': 'markdown',
'.md': 'markdown',
}
# source_parsers = {
Expand Down

0 comments on commit c4e74ce

Please sign in to comment.