Skip to content

Commit 5861209

Browse files
authored
[MRG] Default pygment color for doc (#335)
* back to default pygment * add images back * move static images and make it work
1 parent 3fff90e commit 5861209

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

docs/source/_static/images/bak.png

298 KB
Loading
36.3 KB
Loading

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def __getattr__(cls, name):
141141
#show_authors = False
142142

143143
# The name of the Pygments (syntax highlighting) style to use.
144-
pygments_style = 'sphinx'
144+
pygments_style = 'default'
145145

146146
# A list of ignored prefixes for module index sorting.
147147
#modindex_common_prefix = []

examples/plot_Intro_OT.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# number of Bakeries to Cafés in a City (in this case Manhattan). We did a
5959
# quick google map search in Manhattan for bakeries and Cafés:
6060
#
61-
# .. image:: images/bak.png
61+
# .. image:: ../_static/images/bak.png
6262
# :align: center
6363
# :alt: bakery-cafe-manhattan
6464
# :width: 600px
@@ -233,7 +233,7 @@
233233
# The Sinkhorn algorithm is very simple to code. You can implement it directly
234234
# using the following pseudo-code
235235
#
236-
# .. image:: images/sinkhorn.png
236+
# .. image:: ../_static/images/sinkhorn.png
237237
# :align: center
238238
# :alt: Sinkhorn algorithm
239239
# :width: 440px

0 commit comments

Comments
 (0)