-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to get dates for all remote commits #42
Comments
I Have the same problem. This is the log:
|
+1 |
I resolved this issue for now by downgrading my sphinx to 1.5.6 from 1.6.3. |
I am facing the similar issue... �[36m=> Gathering info about the remote git repository...�[39m Is thr any solution other than downgrading sphinx? please help! |
I could solve this problem by updating git to a 2.x version (was 1.8 before) |
it really works.thank you. |
StandaloneHTMLBuilder.default_sidebars was removed in sphinx ~1.6. sphinx-doc/sphinx@e8e63b1 Get the side bar from the theme instead when possible. Fixes sphinx-contrib#42
StandaloneHTMLBuilder.default_sidebars was removed in sphinx ~1.6. sphinx-doc/sphinx@e8e63b1 Get the side bar from the theme instead when possible. Fixes sphinx-contrib#42
For more details see sphinx-contrib/sphinxcontrib-versioning#42 This requires also a downgrade of `sphinxcontrib-redirects` module to work with old sphinx
For more details see sphinx-contrib/sphinxcontrib-versioning#42 This requires also a downgrade of `sphinxcontrib-redirects` module to work with old sphinx
For more details see sphinx-contrib/sphinxcontrib-versioning#42 This requires also a downgrade of `sphinxcontrib-redirects` module to work with old sphinx
this is the error that i get while trying to build the versions! :)
"Failed to get dates for all remote commits"
=> Reading config from source/conf.py...
Running Sphinx v1.6.3
loading pickled environment... not yet created
Exception occurred:
File "/home/senaps/Projects/documents/testversion/env/lib/python2.7/site-packages/sphinxcontrib/versioning/sphinx_.py", line 60, in builder_inited
app.config.html_sidebars['**'] = StandaloneHTMLBuilder.default_sidebars + ['versions.html']
AttributeError: type object 'StandaloneHTMLBuilder' has no attribute 'default_sidebars'
The full traceback has been saved in /tmp/sphinx-err-0FisJh.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at https://github.com/sphinx-doc/sphinx/issues. Thanks!
Process Process-1:
Traceback (most recent call last):
File "/usr/lib64/python2.7/multiprocessing/process.py", line 258, in _bootstrap
self.run()
File "/usr/lib64/python2.7/multiprocessing/process.py", line 114, in run
self._target(*self._args, **self.kwargs)
File "/home/senaps/Projects/documents/testversion/env/lib/python2.7/site-packages/sphinxcontrib/versioning/sphinx.py", line 219, in _read_config
build(argv, config, Versions(list()), current_name, False)
File "/home/senaps/Projects/documents/testversion/env/lib/python2.7/site-packages/sphinxcontrib/versioning/sphinx.py", line 204, in _build
raise SphinxError
SphinxError
=> sphinx-build failed for branch/tag while reading config:
=> Unable to read file, continuing with only CLI args.
=> Gathering info about the remote git repository...
=> Getting list of all remote branches/tags...
Username for 'http://': maysam
Password for 'http://maysam@':
=> Found: feature master 1.0.0
=> Failed to get dates for all remote commits.
by the way, no log was generated in tmp/
The text was updated successfully, but these errors were encountered: