Skip to content

Add myst_parser requirement#45

Merged
ephread merged 1 commit into
ephread:mainfrom
videlanicolas:patch-5
Nov 15, 2021
Merged

Add myst_parser requirement#45
ephread merged 1 commit into
ephread:mainfrom
videlanicolas:patch-5

Conversation

@videlanicolas
Copy link
Copy Markdown
Contributor

Checklist for this pull request

Description

Documentation is failing on "latest" branch because it can't find ´myst_parser´:

´´´
Running Sphinx v4.3.0
loading translations [en]... done

Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/inkgd/envs/latest/lib/python3.7/site-packages/sphinx/registry.py", line 429, in load_extension
mod = import_module(extname)
File "/home/docs/checkouts/readthedocs.org/user_builds/inkgd/envs/latest/lib/python3.7/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1006, in _gcd_import
File "", line 983, in _find_and_load
File "", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'myst_parser'
´´´

Adding this requirement will trigger the installation of the missing module in ReadTheDocs, and deploy the current documentation.

Documentation is failing on "latest" branch because it can't find ´myst_parser´:

´´´
Running Sphinx v4.3.0
loading translations [en]... done

Traceback (most recent call last):
  File "/home/docs/checkouts/readthedocs.org/user_builds/inkgd/envs/latest/lib/python3.7/site-packages/sphinx/registry.py", line 429, in load_extension
    mod = import_module(extname)
  File "/home/docs/checkouts/readthedocs.org/user_builds/inkgd/envs/latest/lib/python3.7/importlib/__init__.py", line 127, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 965, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'myst_parser'
´´´

Adding this requirement will trigger the installation of the missing module in ReadTheDocs, and deploy the current documentation.
@ephread ephread merged commit 67bbfae into ephread:main Nov 15, 2021
@ephread
Copy link
Copy Markdown
Owner

ephread commented Nov 15, 2021

Easy review!

@videlanicolas videlanicolas deleted the patch-5 branch November 18, 2021 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants