Skip to content

Commit

Permalink
misc: sphinx configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
haganbmj committed Aug 16, 2022
1 parent 84ef2a3 commit 09efb75
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
project = 'MagicSetEditor2'

version = '2.3.1'
release = '2.3.1'

html_logo = 'logo.png'

html_theme_options = {
'collapse_navigation': False,
'style_external_links': True,
'prev_next_buttons_location': 'both',
'style_nav_header_background': '#aa2828',
}

# html_static_path = ['_static']
# html_css_files = [
# 'css/custom.css'
# ]
# html_js_files = [
# 'js/custom.js'
# ]
Binary file added docs/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 09efb75

Please sign in to comment.