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
bcf566a2
Commit
bcf566a2
authored
Feb 02, 2013
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: Fix packaging and customize theme
parent
e3401b01
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
2 deletions
+18
-2
doc/Makefile.am
doc/Makefile.am
+8
-1
doc/_static/default2.css
doc/_static/default2.css
+5
-0
doc/conf.py.in
doc/conf.py.in
+5
-1
No files found.
doc/Makefile.am
View file @
bcf566a2
...
...
@@ -21,7 +21,14 @@
# OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
# WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
EXTRA_DIST
=
README.rst apiref-header.rst index.rst mkapiref.py
EXTRA_DIST
=
README.rst apiref-header.rst index.rst mkapiref.py python.rst
\
package_README.rst
doc_staticdir
=
$(docdir)
/_static
dist_doc_static_DATA
=
_static/default2.css
doc_templatesdir
=
$(docdir)
/_templates
dist_doc_templates_DATA
=
_templates/menu.html
# Makefile for Sphinx documentation
#
...
...
doc/_static/default2.css
0 → 100644
View file @
bcf566a2
@import
url(http://fonts.googleapis.com/css?family=Roboto:400,400italic,500,500italic)
;
pre
,
tt
{
font-family
:
"Courier New"
,
courier
,
monospace
;
}
doc/conf.py.in
View file @
bcf566a2
...
...
@@ -123,7 +123,8 @@ html_theme = 'default'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
#html_theme_options = {}
html_theme_options = {'bodyfont':'roboto, sans-serif',
'headfont':'roboto, "Trebuchet MS", sans-serif'}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []
...
...
@@ -244,3 +245,6 @@ man_pages = [
('index', 'spdylay', u'Spdylay Documentation',
[u'Tatsuhiro Tsujikawa'], 1)
]
def setup(app):
app.add_stylesheet('default2.css')
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