Skip to content

Commit

Permalink
downgrade python version + remove extensions
Browse files Browse the repository at this point in the history
test removing pymdown-extensions
  • Loading branch information
nmichlo committed Jan 24, 2021
1 parent 6dc52cf commit 53f3b37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.9
version: 3.8
install:
- requirements: docs/requirements.txt
4 changes: 2 additions & 2 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ mkdocs == 1.1.2
mkdocstrings == 0.14.0
mkdocs-material == 6.2.5
mkdocs-git-revision-date-localized-plugin == 0.8
pygments == 2.7.4
pymdown-extensions == 8.1
# pygments == 2.7.4
# pymdown-extensions == 8.1

0 comments on commit 53f3b37

Please sign in to comment.