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

Sphinx build issues #9

Open
frispete opened this issue Feb 28, 2018 · 0 comments
Open

Sphinx build issues #9

frispete opened this issue Feb 28, 2018 · 0 comments

Comments

@frispete
Copy link

I stumbled upon some issues, while updating the openSUSE package, finally resulting in a recreated conf.py in the package root, containing:

source_suffix = '.txt'
master_doc = 'src/manuel/index'
project = 'Manuel'
copyright = 'Benji York'
version = '1'
release = '1'
today_fmt = '%Y-%m-%d'
pygments_style = 'sphinx'

html_last_updated_fmt = '%Y-%m-%d'
html_title = 'Manuel Documentation'

todo_include_todos = False
exclude_patterns = ['src/manuel.egg-info*']
unused_docs = ['src/manuel/capture']

I'm not sure, how you would like to have organized these things, hence this casual approach.

Here's my build base with spec, build logs, etc...

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

1 participant