We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As the title says I just want a local doc to read.
I got an error, when I using the following command to build my docs.
ml@mldeMacBook-Air ~/D/g/P/doc> sphinx-build -b epub ./ ./ Error: Config directory doesn't contain a conf.py file.
Here I want to know is how can I get this go through.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
@techtonik I tried the approach of all, but it give me same error still on there.
@techtonik My Sphinx version info as below:
In [1]: import sphinx In [2]: sphinx.version_info Out[2]: (1, 4, 1, 'final', 0)
Okay. You need to use cmake for building Sphinx docs. =/
cmake
No branches or pull requests
As the title says I just want a local doc to read.
I got an error, when I using the following command to build my docs.
Here I want to know is how can I get this go through.
The text was updated successfully, but these errors were encountered: