-
Notifications
You must be signed in to change notification settings - Fork 58
Cannot build documentation #62
Comments
It seems it might be an issue of Matplotlib, see #914, and not of Sphinx. |
Perhaps it is not clear, but qutip and all its dependencies (inc
matplotlib) are also required. I will update the readme.
…On Sat, 5 Jan 2019 at 12:57, yosefrajwulf ***@***.***> wrote:
Hi,
After installing the required dependencies and cloning the repo, I issued
the following command:
make html
and got the following error:
Extension error:
Could not import extension matplotlib.sphinxext.only_directives (exception: No module named 'matplotlib.sphinxext.only_directives')
make: *** [latexpdf] Error 2
What am I doing wrong? Can anyone help me fix this please? Thanks!
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#62>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AIxX7al1eV0JYKcupe0jq3ewkOueI7Uiks5vACKpgaJpZM4ZvB4t>
.
|
@joseraulgonzalez apologies. It seems there is an issue #66. |
Nathan and I have spent some time trying to build the docs in various envs. We have success with We get some error whenever we use Python 3.7, even with same package versions above. |
|
There might be two issues however. One is accounted above (Python 3.7). Another error occurs by simply upgrading to Matplotlib 3.0.2 even in the Python 3.6 environment.
|
Fixed in #81. |
Hi,
After installing the required dependencies and cloning the repo, I issued the following command:
and got the following error:
What am I doing wrong? Can anyone help me fix this please? Thanks!
The text was updated successfully, but these errors were encountered: