Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
eeddf89c
Commit
eeddf89c
authored
Feb 26, 2013
by
David Ormsbee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc config changes to make things compatible with GitHub pages
parent
49563eae
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
.nojekyll
+4
-0
doc/public/Makefile
+1
-1
doc/public/conf.py
+1
-2
No files found.
.nojekyll
0 → 100644
View file @
eeddf89c
The existence of this file means GitHub will skip running Jekyll
on our Pages, which is necessary because Sphinx uses _static,
and underscored dirs are considered special by Jekyll.
doc/public/Makefile
View file @
eeddf89c
...
...
@@ -5,7 +5,7 @@
SPHINXOPTS
=
SPHINXBUILD
=
sphinx-build
PAPER
=
BUILDDIR
=
_build
BUILDDIR
=
../..
# Internal variables.
PAPEROPT_a4
=
-D
latex_paper_size
=
a4
...
...
doc/public/conf.py
View file @
eeddf89c
...
...
@@ -19,13 +19,12 @@ import sys, os
#sys.path.insert(0, os.path.abspath('.'))
# -- General configuration -----------------------------------------------------
# If your documentation needs a minimal Sphinx version, state it here.
#needs_sphinx = '1.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.intersphinx'
,
'sphinx.ext.
pngmath'
,
'sphinx.ext.
mathjax'
]
extensions
=
[
'sphinx.ext.intersphinx'
,
'sphinx.ext.mathjax'
]
# Add any paths that contain templates here, relative to this directory.
templates_path
=
[
'_templates'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment