You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like docs can be built only from git checkout
Running Sphinx v4.0.1
Configuration error:
There is a programmable error in your configuration file:
Traceback (most recent call last):
File "/usr/lib/pypy3.7/site-packages/sphinx/config.py", line 323, in eval_config_file
exec(code, namespace)
File "/var/tmp/portage/dev-cpp/vexcl-1.4.2/work/vexcl-1.4.2/docs/conf.py", line 78, in <module>
version = git_version()
File "./git_version.py", line 40, in git_version
raise ValueError("Cannot find the version number!")
ValueError: Cannot find the version number!
The text was updated successfully, but these errors were encountered:
Yes, the docs are supposed to be built from full git tree. The docs are built on readthedocs (https://vexcl.readthedocs.io/en/latest/), so may be it is enough to point there?
It looks like docs can be built only from git checkout
The text was updated successfully, but these errors were encountered: