From: Vladimír Vondruš Date: Wed, 29 Nov 2017 21:11:17 +0000 (+0100) Subject: doc: this won't work if the path does not exist yet. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=ca9990c68ef4a9538705c1515b5a5ab00a61188e;p=blog.git doc: this won't work if the path does not exist yet. --- diff --git a/doc/css/themes.rst b/doc/css/themes.rst index 861e15b9..b3a89d15 100644 --- 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::