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

Creating a documentation template using Sphinx: #17

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

m-entrup
Copy link

Sphinx is configured to create the documentation for pptx-blueprint.
The README.md describes how to build the documentation.

Sphinx is configured to create the documentation for pptx-blueprint. The README.md describes how to build the documentation.
Both articles describe how to setup Sphinx.
As I have used them the authors should get credit for it.
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe already create an empty dir _static.

This would placate sphinx:

WARNING: html_static_path entry '_static' does not exist

@@ -0,0 +1,7 @@
pptx_blueprint
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this autogenerated? I don't think we need it for anything. And it makes sphinx moan:

/home/tim/dev/pptx-blueprint/docs/source/modules.rst: WARNING: document isn't included in any toctree

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

Successfully merging this pull request may close these issues.

2 participants