Skip to content
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

[Building Docs] How Can I use Sphinx to build local docs? #146

Open
cundi opened this issue May 27, 2016 · 4 comments
Open

[Building Docs] How Can I use Sphinx to build local docs? #146

cundi opened this issue May 27, 2016 · 4 comments

Comments

@cundi
Copy link

cundi commented May 27, 2016

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.

@techtonik
Copy link

  1. try html
  2. try different output directory (sphinx may clean it)
  3. looks at your sphinx version

@cundi
Copy link
Author

cundi commented May 29, 2016

@techtonik
I tried the approach of all, but it give me same error still on there.

@cundi
Copy link
Author

cundi commented May 29, 2016

@techtonik
My Sphinx version info as below:

In [1]: import sphinx

In [2]: sphinx.version_info
Out[2]: (1, 4, 1, 'final', 0)

@techtonik
Copy link

Okay. You need to use cmake for building Sphinx docs. =/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants