Lines Matching +full:python3 +full:- +full:sphinx
1 #!/usr/bin/env python3
2 # -*- coding: utf-8 -*-
5 # sphinx-quickstart on Tue Oct 10 10:18:55 2017.
30 vers_cmd = "grep AC_INIT ../configure.ac | awk '{ print substr($2, 2, length($2) - 3);}'"
31 version = subprocess.check_output(vers_cmd, shell=True).decode("utf-8")
33 # -- General configuration ------------------------------------------------
35 # If your documentation needs a minimal Sphinx version, state it here.
39 # Add any Sphinx extension module names here, as strings. They can be
40 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
58 copyright = '2017-2019, Juniper Networks Inc'
73 # The language for content autogenerated by Sphinx. Refer to documentation
86 pygments_style = 'sphinx'
92 # -- Options for HTML output ----------------------------------------------
99 # Theme options are theme-specific and customize the look and feel of a theme
129 # -- Options for HTMLHelp output ------------------------------------------
132 htmlhelp_basename = 'libxo-manual'
135 # -- Options for LaTeX output ---------------------------------------------
164 # -- Options for manual page output ---------------------------------------
174 # -- Options for Texinfo output -------------------------------------------