You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sphinx-users
Hello,
I recently upgraded my operating system. I had Trisquel 8 (based on Ubuntu 16.04) and now I have Trisquel 9 (based on Ubuntu 18.04). After the upgrade I cannot build my Sphinx project. When I domake html I get the following error:
Extension error: Could not import extension sphinx.builders.linkcheck (exception: No module named requests.exceptions) Makefile:19: recipe for target 'html' failed make: *** [html] Error 2
How could I fix it?
Komiya Takeshi
unread,
Jan 21, 2021, 12:39:03 PM1/21/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sphinx...@googlegroups.com
Hi,
The error says "requests" library not found. Please check and install it.