From: Vladimír Vondruš Date: Thu, 7 Dec 2017 10:20:57 +0000 (+0100) Subject: doc: use the compiled CSS file in Doxygen test page. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=084802771c9cc9980da348ee31970b8a0b818113;p=blog.git doc: use the compiled CSS file in Doxygen test page. --- diff --git a/doc/doxygen-test.rst b/doc/doxygen-test.rst index 886cfa17..20d891e8 100644 --- a/doc/doxygen-test.rst +++ b/doc/doxygen-test.rst @@ -26,8 +26,8 @@ Test #### :save_as: doxygen/test/index.html -:breadcrumb: {filename}/doxygen.rst Doxygen -:css: {filename}/static/m-doxygen.css +:breadcrumb: {filename}/doxygen.rst Doxygen theme +:css: {filename}/static/m-dark.doxygen.compiled.css Lists ===== diff --git a/doc/static/m-dark.doxygen.compiled.css b/doc/static/m-dark.doxygen.compiled.css new file mode 120000 index 00000000..02ac7b4e --- /dev/null +++ b/doc/static/m-dark.doxygen.compiled.css @@ -0,0 +1 @@ +../../css/m-dark.doxygen.compiled.css \ No newline at end of file diff --git a/doc/static/m-doxygen.css b/doc/static/m-doxygen.css deleted file mode 120000 index 2f4a4ad7..00000000 --- a/doc/static/m-doxygen.css +++ /dev/null @@ -1 +0,0 @@ -../../css/m-doxygen.css \ No newline at end of file