Skip to content

Commit

Permalink
Edit conf.py to hopefully fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
UniversalSuperBox committed Aug 5, 2017
1 parent cc12a09 commit c4414e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,11 @@
# dir menu entry, description, category)
texinfo_documents = [
(master_doc, 'UBportsdocs', u'UBports Documentation',
author, 'UBportsdocs', 'One line description of project.',
author, 'UBportsdocs', 'A beautiful mobile OS.',
'Miscellaneous'),
]

github_doc_root = ''
def setup(app):
app.add_config_value('recommonmark_config', {
'url_resolver': lambda url: github_doc_root + url,
Expand Down

0 comments on commit c4414e0

Please sign in to comment.