Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pyfs
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
OpenEdx
pyfs
Commits
96423731
Commit
96423731
authored
Dec 30, 2010
by
rfkelly0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add optional spellchecking support to docs makefile
parent
c503aef9
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
0 deletions
+13
-0
docs/Makefile
+5
-0
docs/conf.py
+8
-0
docs/spelling_wordlist.txt
+0
-0
No files found.
docs/Makefile
View file @
96423731
...
@@ -87,3 +87,8 @@ doctest:
...
@@ -87,3 +87,8 @@ doctest:
$(SPHINXBUILD)
-b
doctest
$(ALLSPHINXOPTS)
$(BUILDDIR)
/doctest
$(SPHINXBUILD)
-b
doctest
$(ALLSPHINXOPTS)
$(BUILDDIR)
/doctest
@
echo
"Testing of doctests in the sources finished, look at the "
\
@
echo
"Testing of doctests in the sources finished, look at the "
\
"results in
$(BUILDDIR)
/doctest/output.txt."
"results in
$(BUILDDIR)
/doctest/output.txt."
spelling
:
$(SPHINXBUILD)
-b
spelling
$(ALLSPHINXOPTS)
$(BUILDDIR)
/doctest
@
echo
"Spell checking of docs is finished.the"
docs/conf.py
View file @
96423731
...
@@ -24,6 +24,14 @@ import sys, os
...
@@ -24,6 +24,14 @@ import sys, os
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions
=
[
'sphinx.ext.autodoc'
,
'sphinx.ext.doctest'
,
'sphinx.ext.coverage'
]
extensions
=
[
'sphinx.ext.autodoc'
,
'sphinx.ext.doctest'
,
'sphinx.ext.coverage'
]
try
:
import
sphinxcontrib.spelling
except
ImportError
:
pass
else
:
extensions
.
append
(
"sphinxcontrib.spelling"
)
# Add any paths that contain templates here, relative to this directory.
# Add any paths that contain templates here, relative to this directory.
templates_path
=
[
'_templates'
]
templates_path
=
[
'_templates'
]
...
...
docs/spelling_wordlist.txt
0 → 100644
View file @
96423731
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