Skip to content

Commit

Permalink
Merge pull request #93 from andresdelfino/fix_sphinx_warnings
Browse files Browse the repository at this point in the history
Fix Sphinx warnings
  • Loading branch information
WinnaZ authored Oct 12, 2024
2 parents 9f35ce0 + f9abba0 commit 2f53191
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = 'sphinx_rtd_theme'
html_static_path = ['_static']
# html_static_path = ['_static']
# html_favicon = '_static/img/icon.svg'
# html_logo = '_static/img/logo.png'

Expand Down
1 change: 1 addition & 0 deletions src/pycamp_bot/commands/wizard.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ def compute_wizards_slots(pycamp):
"""
* Magxs trabajan de 9 a 19, sacando almuerzo (13 a 14).
* Magxs trabajan desde el mediodía del primer día, hasta el mediodía del último día.
Slots son [start; end)
"""
wizard_start = pycamp.init
Expand Down

0 comments on commit 2f53191

Please sign in to comment.