Sphinx not Building Correctly in ReadTheDocs
Closed this issue · 0 comments
engineerjoe440 commented
Running Sphinx v5.3.0
Matplotlib is building the font cache; this may take a moment.
Build with: 3.7.9 (default, Oct 19 2020, 15:13:17)
[GCC 7.5.0]
/home/docs/checkouts/readthedocs.org/user_builds/electricpy/checkouts/develop
Sphinx HTML Build For: electricpy Version: 0.3.0
/home/docs/checkouts/readthedocs.org/user_builds/electricpy/envs/develop/lib/python3.7/site-packages/matplotlib/cbook/__init__.py:1298: ComplexWarning: Casting complex values to real discards the imaginary part
return np.asarray(x, float)
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/electricpy/envs/develop/lib/python3.7/site-packages/sphinx/registry.py", line 459, in load_extension
mod = import_module(extname)
File "/home/docs/checkouts/readthedocs.org/user_builds/electricpy/envs/develop/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 967, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 728, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/home/docs/checkouts/readthedocs.org/user_builds/electricpy/envs/develop/lib/python3.7/site-packages/sphinx/builders/linkcheck.py", line 18, in <module>
from requests import Response
File "/home/docs/checkouts/readthedocs.org/user_builds/electricpy/envs/develop/lib/python3.7/site-packages/requests/__init__.py", line 43, in <module>
import urllib3
File "/home/docs/checkouts/readthedocs.org/user_builds/electricpy/envs/develop/lib/python3.7/site-packages/urllib3/__init__.py", line 39, in <module>
"urllib3 v2.0 only supports OpenSSL 1.1.1+, currently "
ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with OpenSSL 1.0.2n 7 Dec 2017. See: https://github.com/urllib3/urllib3/issues/2168
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/home/docs/checkouts/readthedocs.org/user_builds/electricpy/envs/develop/lib/python3.7/site-packages/sphinx/cmd/build.py", line 280, in build_main
args.pdb)
File "/home/docs/checkouts/readthedocs.org/user_builds/electricpy/envs/develop/lib/python3.7/site-packages/sphinx/application.py", line 219, in __init__
self.setup_extension(extension)
File "/home/docs/checkouts/readthedocs.org/user_builds/electricpy/envs/develop/lib/python3.7/site-packages/sphinx/application.py", line 398, in setup_extension
self.registry.load_extension(self, extname)
File "/home/docs/checkouts/readthedocs.org/user_builds/electricpy/envs/develop/lib/python3.7/site-packages/sphinx/registry.py", line 463, in load_extension
err) from err
sphinx.errors.ExtensionError: Could not import extension sphinx.builders.linkcheck (exception: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with OpenSSL 1.0.2n 7 Dec 2017. See: https://github.com/urllib3/urllib3/issues/2168)
Extension error:
Could not import extension sphinx.builders.linkcheck (exception: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with OpenSSL 1.0.2n 7 Dec 2017. See: https://github.com/urllib3/urllib3/issues/2168)