diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2020-10-21 15:32:30 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2020-10-21 15:44:17 -0400 |
| commit | de82cc2cc17329530e015368b50862e381d68659 (patch) | |
| tree | 3eba7a6d9d86fb367f0b6ecb650b40a456063c94 | |
| parent | 5f00b25095a968a51f9e077e679a990c2d34b0a4 (diff) | |
include link to cpp in py docs
| -rw-r--r-- | api-docs/cppdocs/Doxyfile | 2 | ||||
| -rw-r--r-- | api-docs/source/_static/css/other.css | 9 | ||||
| m--------- | sphinx_rtd_theme | 0 |
3 files changed, 10 insertions, 1 deletions
diff --git a/api-docs/cppdocs/Doxyfile b/api-docs/cppdocs/Doxyfile index ed3a1f16..f7cb9b6e 100644 --- a/api-docs/cppdocs/Doxyfile +++ b/api-docs/cppdocs/Doxyfile @@ -987,7 +987,7 @@ FILTER_SOURCE_PATTERNS = # (index.html). This can be useful if you have a project on for instance GitHub # and want to reuse the introduction page also for the doxygen output. -USE_MDFILE_AS_MAINPAGE = index.md +USE_MDFILE_AS_MAINPAGE = #--------------------------------------------------------------------------- # Configuration options related to source browsing diff --git a/api-docs/source/_static/css/other.css b/api-docs/source/_static/css/other.css index c9600b7c..935fd711 100644 --- a/api-docs/source/_static/css/other.css +++ b/api-docs/source/_static/css/other.css @@ -1,3 +1,12 @@ .wy-nav-content { max-width: 2000px !important; } + +.cpplink, .cpplink a, .cpplink a:visited{ + color: #fff; + font-size: small; +} + +.cpplink a, .cpplink a:visited { + text-decoration: underline; +} diff --git a/sphinx_rtd_theme b/sphinx_rtd_theme -Subproject 81caf290de367d4d786548f2145632592492f46 +Subproject 1d5db330da88dcdbfff34e70e06659c0561d3ea |
