chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4409387
)
doc: this won't work if the path does not exist yet.
author
Vladimír Vondruš
<mosra@centrum.cz>
Wed, 29 Nov 2017 21:11:17 +0000
(22:11 +0100)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Wed, 29 Nov 2017 21:11:17 +0000
(22:11 +0100)
doc/css/themes.rst
patch
|
blob
|
history
diff --git
a/doc/css/themes.rst
b/doc/css/themes.rst
index 861e15b9992d563b24ba970b6ba90bba693dddb1..b3a89d1589b83c5cf97d1c768e7ee0b6ca93a074 100644
(file)
--- a/
doc/css/themes.rst
+++ b/
doc/css/themes.rst
@@
-120,7
+120,7
@@
then generate a CSS file out of it:
.. code:: sh
- sudo cp pygments-dark.py /usr/lib/python3
*
/site-packages/pygments/styles/dark.py
+ sudo cp pygments-dark.py /usr/lib/python3
.6
/site-packages/pygments/styles/dark.py
pygmentize -f html -S dark -a .m-code > pygments-dark.css
.. note-success::