-
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
how to use in the right way? #43
Comments
You need to commit the doc folder and push it to origin. |
Okay but I already did that. Should I also commit the build in that doc folder? |
Okay now I have some error: # Sphinx version: 1.6.3
# Python version: 3.6.1 (CPython)
# Docutils version: 0.13.1 release
# Jinja2 version: 2.9.5
# Last messages:
# Loaded extensions:
Traceback (most recent call last):
File "C:\test\lib\site-packages\sphinx\cmdline.py", line 305, in main
opts.warningiserror, opts.tags, opts.verbosity, opts.jobs)
File "C:\test\lib\site-packages\sphinx\application.py", line 234, in __init__
self._init_builder()
File "C:\test\lib\site-packages\sphinx\application.py", line 312, in _init_builder
self.emit('builder-inited')
File "C:\test\lib\site-packages\sphinx\application.py", line 489, in emit
return self.events.emit(event, self, *args)
File "C:\test\lib\site-packages\sphinx\events.py", line 79, in emit
results.append(callback(*args))
File "C:\test\lib\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' So I use the alabaster theme but I have read that it is supported. |
@mgiaco I am getting the same error. Were you able to resolve the issue? |
@Levi-Armstrong no sorry. I do not search for a solution. |
Getting the same error. |
This error is due to newer sphinx version(1.6). #46 |
Is it going to be fixed? |
Hi,
I do have a test project with a "doc" folder. In the doc folder I do have a sphinx build under "doc\build\html".
Then I run:
And I get:
So what´s wrong here i read the help but did not find the error.
many thanks
The text was updated successfully, but these errors were encountered: