Sha256: 290159cd46bdb16dec5d13d470e0f17d964121a0d83974f2f89e9ed872494f84
Contents?: true
Size: 556 Bytes
Versions: 2
Compression:
Stored size: 556 Bytes
Contents
import sys, os, docutils extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.doctest'] source_suffix = '.rst' master_doc = 'index' project = 'gumath' copyright = '2017-2018, Plures Project' version = 'v0.2.0dev3' release = 'v0.2.0dev3' exclude_patterns = ['doc', 'build'] pygments_style = 'sphinx' html_static_path = ['_static'] primary_domain = 'py' add_function_parentheses = False def setup(app): app.add_crossref_type('topic', 'topic', 'single: %s', docutils.nodes.strong) app.add_javascript("copybutton.js")
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gumath-0.2.0dev8 | ext/ruby_gumath/gumath/doc/conf.py |
gumath-0.2.0dev5 | ext/ruby_gumath/gumath/doc/conf.py |