regro / rever

Releaser of Versions
https://regro.github.io/rever-docs/
BSD 3-Clause "New" or "Revised" License
74 stars 33 forks source link

Sphinx error #248

Closed rjkoch closed 3 years ago

rjkoch commented 3 years ago

When attempting to do a release of rever, I get the following during the sphinx activity:

Running Sphinx v3.5.4
/opt/conda/lib/python3.8/site-packages/cloud_sptheme/__init__.py:78: DeprecationWarning: get_theme_dir() is deprecated, and will be removed in version 2.0
  warn("get_theme_dir() is deprecated, and will be removed in version 2.0",

Configuration error:
There is a programmable error in your configuration file:

Traceback (most recent call last):
  File "/opt/conda/lib/python3.8/site-packages/sphinx/config.py", line 327, in eval_config_file
    execfile_(filename, namespace)
  File "/opt/conda/lib/python3.8/site-packages/sphinx/util/pycompat.py", line 88, in execfile_
    exec(code, _globals)
  File "/root/rever/docs/conf.py", line 391, in <module>
    make_envvars()
  File "/root/rever/docs/conf.py", line 293, in make_envvars
    docstr=vd.doc, configurable=vd.doc_configurable,
AttributeError: 'Var' object has no attribute 'doc_configurable'