Skip to content

Commit

Permalink
Fixed some documentation build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
farirat committed Dec 3, 2017
1 parent b48b4a3 commit 65009ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion misc/doc/sources/apis/ja-http/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ When receiving an URL call from Jasmin's *deliverSmHttpThrower service*, the bel
- Numeric
- 8
- Optional
- Default is 0, accepts values all allowed values in SMPP protocol [2]
- Default is 0, accepts values all allowed values in SMPP protocol [2]_
* - **validity**
- YYYY-MM-DD hh:mm:ss
- 2013-07-16 00-46:54
Expand Down
2 changes: 1 addition & 1 deletion misc/doc/sources/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
# pixels large.
html_favicon = 'favicon.ico'
html_favicon = '_static/favicon.ico'

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down
2 changes: 1 addition & 1 deletion misc/doc/sources/interception/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -407,4 +407,4 @@ Enforcing DLR
Ask for DLR for all submit_sm pdus, no matter the downstream user choice, can be used for route qualification and scoring purposes.

.. literalinclude:: sc_enforce_dlr.py
:language: python
:language: python

0 comments on commit 65009ae

Please sign in to comment.