summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2022-01-17 13:45:58 +0100
committerGitHub <noreply@github.com>2022-01-17 13:45:58 +0100
commit5861209f27fe8e022eca2ed2c8d0bb1da4a1146b (patch)
tree78681c617ca85f9309a99525d0903787436fe047 /docs
parent3fff90eb437dce30fd83012f4c0e24f3fca041b2 (diff)
[MRG] Default pygment color for doc (#335)
* back to default pygment * add images back * move static images and make it work
Diffstat (limited to 'docs')
-rw-r--r--docs/source/_static/images/bak.pngbin0 -> 304669 bytes
-rw-r--r--docs/source/_static/images/sinkhorn.pngbin0 -> 37204 bytes
-rw-r--r--docs/source/conf.py2
3 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/_static/images/bak.png b/docs/source/_static/images/bak.png
new file mode 100644
index 0000000..25e7e8e
--- /dev/null
+++ b/docs/source/_static/images/bak.png
Binary files differ
diff --git a/docs/source/_static/images/sinkhorn.png b/docs/source/_static/images/sinkhorn.png
new file mode 100644
index 0000000..e003e13
--- /dev/null
+++ b/docs/source/_static/images/sinkhorn.png
Binary files differ
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 163851f..d1b8426 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -141,7 +141,7 @@ exclude_patterns = []
#show_authors = False
# The name of the Pygments (syntax highlighting) style to use.
-pygments_style = 'sphinx'
+pygments_style = 'default'
# A list of ignored prefixes for module index sorting.
#modindex_common_prefix = []