Restore proper docs, don't test golang on our docs

go-parsed-example
Anthony Johnson 9 years ago
parent 966cce1051
commit dedd406b34

@ -29,11 +29,11 @@ import shlex
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ['autoapi.extension', 'sphinxcontrib.golangdomain']
extensions = ['autoapi.extension']
autoapi_type = 'go'
autoapi_dir = '/Users/eric/projects/godocjson'
autoapi_file_pattern = '*.json'
autoapi_type = 'python'
autoapi_dir = '../autoapi'
autoapi_file_pattern = '*.py'
# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']

Loading…
Cancel
Save