Skip to content

Commit

Permalink
Fix RTD deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Mar 5, 2020
1 parent 6135ba8 commit 07c29b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Expand Up @@ -8,4 +8,4 @@ python:
extra_requirements:
- sphinx
- rtd
- requirements: docs/requirments.txt
- requirements: docs/requirements.txt
2 changes: 1 addition & 1 deletion myst_parser/__init__.py
@@ -1,6 +1,6 @@
from .utils import traverse # noqa: F401

__version__ = "0.3.1"
__version__ = "0.3.2"


def text_to_tokens(text: str):
Expand Down

0 comments on commit 07c29b7

Please sign in to comment.