Skip to content

Commit 2f53191

Browse files
authored
Merge pull request #93 from andresdelfino/fix_sphinx_warnings
Fix Sphinx warnings
2 parents 9f35ce0 + f9abba0 commit 2f53191

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3636

3737
html_theme = 'sphinx_rtd_theme'
38-
html_static_path = ['_static']
38+
# html_static_path = ['_static']
3939
# html_favicon = '_static/img/icon.svg'
4040
# html_logo = '_static/img/logo.png'
4141

src/pycamp_bot/commands/wizard.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def compute_wizards_slots(pycamp):
5454
"""
5555
* Magxs trabajan de 9 a 19, sacando almuerzo (13 a 14).
5656
* Magxs trabajan desde el mediodía del primer día, hasta el mediodía del último día.
57+
5758
Slots son [start; end)
5859
"""
5960
wizard_start = pycamp.init

0 commit comments

Comments
 (0)