Exemplo n.º 1
0
Arquivo: conf.py Projeto: tonietuk/www
blog_authors = {
    'Team': ('Write the Docs Team', 'http://www.writethedocs.org/team/'),
    'eric': ('Eric Holscher', 'http://ericholscher.com'),
    'kelly': ("Kelly O'Brien", 'https://twitter.com/OBrienEditorial'),
}
blog_default_author = 'Team'
blog_feed_fulltext = True
blog_feed_length = 10
blog_locations = {
    'PDX': ('Portland, Oregon', 'http://www.portlandhikersfieldguide.org/'),
}
blog_default_location = 'PDX'
fontawesome_link_cdn = 'http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css'

templates_path = ['_templates']
templates_path.append(ablog.get_html_templates_path())

source_parsers = {
    '.md': CommonMarkParser,
}
source_suffix = ['.rst', '.md']

master_doc = 'index'
project = u'Write the Docs'
copyright = u'2016, The Write the Docs Community'
author = u'The Write the Docs Community'

version = '1.0'
release = '1.0'
language = 'en'
html_search_language = 'en'
Exemplo n.º 2
0
# If your project needs a minimal Sphinx version, state it here.
needs_sphinx = '1.2'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
    'sphinx.ext.extlinks',
    'sphinx.ext.intersphinx',
    'sphinx.ext.todo',
    'alabaster',
    'ablog',
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates', ablog.get_html_templates_path()]

# The suffix(es) of source filenames.
source_suffix = '.rst'

# The encoding of source files.
#source_encoding = 'utf-8-sig'

# The master toctree document.
master_doc = 'index'

# General information about the project.
project = u'Guilherme\'s Blog'
copyright = u'2019, Guilherme Theis'
author = u'Guilherme Theis'
Exemplo n.º 3
0
blog_authors = {
    'Team': ('Write the Docs Team', 'https://www.writethedocs.org/team/'),
    'eric': ('Eric Holscher', 'http://ericholscher.com'),
    'kelly': ("Kelly O'Brien", 'https://twitter.com/OBrienEditorial'),
}
blog_default_author = 'Team'
blog_feed_archives = True
blog_feed_fulltext = True
blog_feed_length = 10
blog_locations = {
    'PDX': ('Portland, Oregon', 'http://www.portlandhikersfieldguide.org/'),
}
blog_default_location = None
fontawesome_link_cdn = 'https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css'

templates_path = ['_templates', 'include', ablog.get_html_templates_path()]
html_extra_path = ['_static_html']
source_suffix = ['.rst', '.md']

master_doc = 'index'
project = u'Write the Docs'
copyright = u'2016, The Write the Docs Community'
author = u'The Write the Docs Community'

version = '1.0'
release = '1.0'
language = 'en'
html_search_language = 'en'
pygments_style = 'sphinx'
primary_domain = None
Exemplo n.º 4
0
# If your project needs a minimal Sphinx version, state it here.
needs_sphinx = '1.2'

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
    'sphinx.ext.extlinks',
    'sphinx.ext.intersphinx',
    'sphinx.ext.todo',
    'alabaster',
    'ablog',
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates', ablog.get_html_templates_path()]

# The suffix(es) of source filenames.
source_suffix = '.rst'

# The encoding of source files.
#source_encoding = 'utf-8-sig'

# The master toctree document.
master_doc = 'index'

# General information about the project.
project = u'6502'
copyright = u'2015, Ian Edwards'
author = u'Ian Edwards'
Exemplo n.º 5
0
blog_path = 'blog/archive'
blog_authors = {
    'Team': ('Write the Docs Team', 'http://www.writethedocs.org/team/'),
    'Eric': ('Eric Holscher', 'http://ericholscher.com'),
    'Anthony': ('Anthony Johnson', 'http://ohess.org'),
}
blog_default_author = 'Team'

blog_locations = {
    'PDX': ('Portland, Oregon', 'http://www.portlandhikersfieldguide.org/'),
}
blog_default_location = 'PDX'
fontawesome_link_cdn = 'http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css'

templates_path = ['_templates']
templates_path.append(ablog.get_html_templates_path())

source_parsers = {
    '.md': CommonMarkParser,
}
source_suffix = ['.rst', '.md']

master_doc = 'index'
project = u'Write the Docs'
copyright = u'2016, The Write the Docs Community'
author = u'The Write the Docs Community'

version = '1.0'
release = '1.0'
language = 'en'
html_search_language = 'en'
Exemplo n.º 6
0
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
    'sphinx.ext.autodoc',
	'javasphinx',
    'sphinx.ext.intersphinx',
	'ablog',
]
# Javadoc
javadoc_url_map = {
    'com.ctre.phoenix' : ('http://www.ctr-electronics.com/downloads/api/java/html/', 'javadoc8'),
}

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
templates_path = [ablog.get_html_templates_path()]

# The suffix(es) of source filenames.
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = '.rst'

# The master toctree document.
master_doc = 'index'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
Exemplo n.º 7
0
master_doc = 'index'
source_suffix = '.rst'
exclude_patterns = ['_build']


# HTML OUTPUT
html_title = "AhmetBakan.com"
html_static_path = ['_static']
html_use_index = False
html_domain_indices = False
html_show_sourcelink = True
html_favicon = '_static/ablog.ico'

# ABLOG
github_pages = 'abakan'
templates_path = [ablog.get_html_templates_path()]

if os.environ.get('READTHEDOCS', None) == 'True':
    skip_pickling = True

blog_title = 'Ahmet\'s blog'
blog_baseurl = 'http://ahmetbakan.com'
blog_locations = {
    'Pittsburgh': ('Pittsburgh, PA', None),
    'SF': ('San Francisco, CA', None),
}
disqus_shortname = 'ahmetbakan'
disqus_pages = False
fontawesome_css_file = 'css/font-awesome.css'

Exemplo n.º 8
0
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
    'sphinx.ext.extlinks',
    'sphinx.ext.intersphinx',
    'sphinx.ext.githubpages',
    'sphinx.ext.graphviz',
    'sphinx.ext.mathjax',
    'sphinx.ext.todo',
    'photonsphinx',
    'ablog',
]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates", ablog.get_html_templates_path()]

# The suffix(es) of source filenames.
source_suffix = ".rst"

# The encoding of source files.
# source_encoding = 'utf-8-sig'

# The master toctree document.
master_doc = "index"

# General information about the project.
project = "GEOMETOR"
copyright = "2022, phi ARCHITECT"
author = "phi ARCHITECT"
Exemplo n.º 9
0
import alabaster

blog_baseurl = "http://tychoish.com/"
blog_feed_archives = True
blog_feed_fulltext = True
blog_archive_titles = True
fontawesome_link_cdn = True


disqus_shortname = "tychoish"
disqus_pages = False

locale_dirs = [os.path.join(conf.paths.projectroot, conf.paths.locale)]
gettext_compact = False

templates_path = [".templates", ablog.get_html_templates_path()]

exclude_patterns = []

source_suffix = ".txt"

master_doc = sconf.master_doc
language = "en"
project = sconf.project
copyright = u"2002-{0} tycho garen".format(datetime.date.today().year)
version = conf.version.branch
release = conf.version.release

taglines = ["Uncertain Seas", "Visits, Modes, and Forms", "Fly from my Thoughts"]
rst_epilog = "\n".join(
    [