Changeset 41b985f for doc/conf.py


Ignore:
Timestamp:
Mar 12, 2017, 11:26:24 AM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
sampler
Children:
bde49c4a
Parents:
71f2e5f (diff), 67b6618 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge 'origin/master' into sampler

Conflicts:

.travis.yml
Makefile
examples/aubionotes.c
examples/parse_args.h
python/demos/demo_timestretch_online.py
python/lib/moresetuptools.py
python/tests/test_source.py
setup.py
src/io/source.c

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/conf.py

    r71f2e5f r41b985f  
    1717# add these directories to sys.path here. If the directory is relative to the
    1818# documentation root, use os.path.abspath to make it absolute, like shown here.
    19 sys.path.insert(0, os.path.abspath('../../python/build/lib.macosx-10.6-intel-2.7'))
     19#sys.path.insert(0, os.path.abspath('../../python/build/...'))
    2020
    2121# -- General configuration -----------------------------------------------------
     
    5151version = '0.4'
    5252# The full version, including alpha/beta/rc tags.
    53 release = 'latest'
     53release = '0.4.5~alpha'
    5454
    5555# The language for content autogenerated by Sphinx. Refer to documentation
     
    9292# The theme to use for HTML and HTML Help pages.  See the documentation for
    9393# a list of builtin themes.
    94 html_theme = 'default'
     94#html_theme = 'agogo'
     95#html_theme = 'default'
     96#html_theme = 'haiku'
     97html_theme = 'pyramid'
    9598
    9699# Theme options are theme-specific and customize the look and feel of a theme
     
    121124# relative to this directory. They are copied after the builtin static files,
    122125# so a file named "default.css" will overwrite the builtin "default.css".
    123 html_static_path = ['_static']
     126html_static_path = [] #['_static']
    124127
    125128# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
     
    151154
    152155# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
    153 #html_show_sphinx = True
     156html_show_sphinx = False
    154157
    155158# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True.
     
    241244# How to display URL addresses: 'footnote', 'no', or 'inline'.
    242245#texinfo_show_urls = 'footnote'
     246
     247def setup(app):
     248    if release.endswith('~alpha'): app.tags.add('devel')
Note: See TracChangeset for help on using the changeset viewer.