Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
9656ac02
Commit
9656ac02
authored
Oct 24, 2017
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix sphinx warnings
parent
75624617
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
doc/_exts/sphinxcontrib/rubydomain.py
doc/_exts/sphinxcontrib/rubydomain.py
+1
-2
doc/conf.py.in
doc/conf.py.in
+1
-1
doc/docutils.conf
doc/docutils.conf
+2
-0
No files found.
doc/_exts/sphinxcontrib/rubydomain.py
View file @
9656ac02
...
...
@@ -13,6 +13,7 @@ import re
from
docutils
import
nodes
from
docutils.parsers.rst
import
directives
from
docutils.parsers.rst
import
Directive
from
sphinx
import
addnodes
from
sphinx
import
version_info
...
...
@@ -21,10 +22,8 @@ from sphinx.locale import l_, _
from
sphinx.domains
import
Domain
,
ObjType
,
Index
from
sphinx.directives
import
ObjectDescription
from
sphinx.util.nodes
import
make_refnode
from
sphinx.util.compat
import
Directive
from
sphinx.util.docfields
import
Field
,
GroupedField
,
TypedField
# REs for Ruby signatures
rb_sig_re
=
re
.
compile
(
r'''^ ([\w.]*\.)? # class name(s)
...
...
doc/conf.py.in
View file @
9656ac02
...
...
@@ -157,7 +157,7 @@ html_theme_path = ['@top_srcdir@/doc/_themes']
# If true, SmartyPants will be used to convert quotes and dashes to
# typographically correct entities.
html_use_smartypants = False
#
html_use_smartypants = False
# Custom sidebar templates, maps document names to template names.
html_sidebars = {
...
...
doc/docutils.conf
0 → 100644
View file @
9656ac02
[
parsers
]
smart_quotes
=
no
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment