Skip to content

Commit

Permalink
Fix colours in RTD [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
skaller committed Nov 25, 2017
1 parent 5188f7f commit 6835d23
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions doc/tutorial/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@
}
});
</script>
<style>
span.k {color:green;}
span.s {color:black;}
</style>

{% endblock %}

2 changes: 1 addition & 1 deletion doc/tutorial/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'classic'
html_theme = 'sphinx_rtd_theme'

# 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
Expand Down
3 changes: 2 additions & 1 deletion doc/tutorial/gui05.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ A *window manager* is a component that automates
distribution of message such as mouse clicks and key
presses to one of several event handlers.

.. image:: gui05.jpeg

The initial windows
-------------------

Expand Down Expand Up @@ -84,7 +86,6 @@ The same as before!
The Window manager
------------------

.. image:: gui05.jpeg

Noe for the fun bit. First, our mainline creates a window manager
object:
Expand Down

0 comments on commit 6835d23

Please sign in to comment.