File: conf.py

package info (click to toggle)
taskflow 3.9.0%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 45,948 kB
  • sloc: cpp: 39,058; xml: 35,572; python: 12,935; javascript: 1,732; makefile: 59; sh: 16
file content (10 lines) | stat: -rw-r--r-- 600 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
DOXYFILE = 'Doxyfile-mcss'
FAVICON = 'favicon/favicon.ico'
MAIN_PROJECT_URL = 'https://taskflow.github.io'
#HTML_EXTRA_STYLESHEET = ['taskflow.css']
VERSION_LABELS = True
FINE_PRINT = """<p>Taskflow handbook is part of the <a href="https://taskflow.github.io">Taskflow project</a>, copyright © <a href="https://tsung-wei-huang.github.io/">Dr. Tsung-Wei Huang</a>, 2018&ndash;2025.<br />Generated by <a href="https://doxygen.org/">Doxygen</a> {doxygen_version} and <a href="https://mcss.mosra.cz/">m.css</a>.</p>"""
LINKS_NAVBAR1 = [
  ("Handbook", 'pages', []),
  ("Namespaces", 'namespaces', [])
]