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

can I serve multiple _build directories? #5

Closed
jsmedmar opened this issue Jun 14, 2016 · 1 comment
Closed

can I serve multiple _build directories? #5

jsmedmar opened this issue Jun 14, 2016 · 1 comment
Labels

Comments

@jsmedmar
Copy link

I have a bunch of projects. Each of them uses sphinx, I'd like to serve their documentation in my django application. Is this project suited for such use case?

@littlepea
Copy link
Owner

I guess you can if you customize your build accordingly, this setting just points to a static directory to serve:

DOCS_ROOT = os.path.join(PROJECT_PATH, '../docs/_build/html')

So you can combine all your build html dirs to one place and point to it.

I've never done it this way, but you can give it a try.

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

No branches or pull requests

2 participants