-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Add sphinx support #1385
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Add sphinx support #1385
Changes from 1 commit
Commits
Show all changes
110 commits
Select commit
Hold shift + click to select a range
23c6d25
sanitised pep2html.py
AA-Turner 59d9c07
Current state
AA-Turner 27fde33
Fix title generation
AA-Turner 493aa25
Fix contents section location
AA-Turner 7bda45b
Clarify contents page
AA-Turner 157d0fa
Split pep_parser to files
AA-Turner 2aa0582
Update conf
AA-Turner b4b93f2
clean imports
AA-Turner 332b30b
get pep 0 generation to work
AA-Turner a8744f2
Update build and Makefile
AA-Turner 4844eb8
Misc cleanup
AA-Turner bcd297c
Add sphinx dependency
AA-Turner 17ccef3
update makefile
AA-Turner 384262c
fix for read the docs
AA-Turner d424703
updates for contents
AA-Turner 02618e0
support pythondotorg build process
AA-Turner cf15583
fix urls for read the docs
AA-Turner 408bec4
fix import error
AA-Turner 54ee81e
make compatible with read the docs
AA-Turner fc37a1c
update base url
AA-Turner 56115d2
Fix numerical index (pep list was being overwritten)
AA-Turner 9f80ed4
Fix name parsing
AA-Turner 59a4fef
Update name parsing in PEP 0
AA-Turner 78a97b4
Include requirements file
AA-Turner 9a3ca3d
Update ToC to remove title
AA-Turner e71502a
Update Contents class
AA-Turner b58a901
Fixes as per Éric Araujo's comments
AA-Turner ed6701c
move Travis CI to use requirements.txt
AA-Turner 2956767
Update build to include 3.8 and sanity checks
AA-Turner ac25685
Move to author metadata lookup for PEP index
AA-Turner 190ae92
update .travis.yml
AA-Turner 1df8640
Lint travis config with config.travis-ci.com
AA-Turner 051c008
oops...
AA-Turner 5f32b8f
Correct command calls
AA-Turner 042672c
Move CSV to comma separated
AA-Turner 3668d9f
Allow Failures in Travis
AA-Turner 3d8c632
Update Makefile
AA-Turner 580ec93
Re-organise extension
AA-Turner e0fa783
Update Makefile
AA-Turner 2ddd470
Improve packaging process
AA-Turner 7d7dfb2
Transform <code> to <tt>
AA-Turner e979d27
Transform literal blocks
AA-Turner 52fe4e6
Transform blockquotes
AA-Turner 70ecf71
Fix author sort
AA-Turner 1e34ed0
PEP0 transforms
AA-Turner 560e3d4
Fix minor regression in blocktest code
AA-Turner 0483974
Fix minor regression in li/p code
AA-Turner 6c55888
Try again on theming - starting over!
AA-Turner 3ffd0d0
Type hinting: pep_zero.py
AA-Turner 9eb858a
clean imports in PEPTargetNotes
AA-Turner daf9f64
Add github source link transform
AA-Turner e3b002b
Rename pep_target_notes.py to better reflect role
AA-Turner ea3a371
Remove header fields as per pydotorg converters
AA-Turner c199a7e
prevent unneeded source copying
AA-Turner e2ca10f
Clean up docutils.conf
AA-Turner b9684d2
Clean contents.rst - emphasise that we only use it for Sphinx
AA-Turner 4fb6c49
PEP header styling changes
AA-Turner 7851bcd
Add custom paragraph and ordered list visitors (based on html4css1 wr…
AA-Turner 92c02ff
Add jinja2 filter for PEP Ids
AA-Turner eb7fd2b
Add math2html maths processor
AA-Turner ced40bc
Reduce page weight - remove jQuery and underscore.js
AA-Turner 35d3839
Add pydotorg base styles (and fix fonts)
AA-Turner aa44a42
Add favicon
AA-Turner da943b9
Clean theme.conf
AA-Turner 9670871
Add custom breadcrumbs template to mirror pydotorg
AA-Turner 8ca3d31
Remove jQuery from the search page
AA-Turner a0b8ddf
Add custom sidebar templates
AA-Turner a333cee
subset of doctools.js and searchtools.js in plain ES6
AA-Turner e09c79e
Core layout template
AA-Turner 0182cd7
clear PEP styles
AA-Turner 26ed310
PEP style overrides
AA-Turner 97a3875
Misc conf.py changes
AA-Turner f9e46ff
Check translator class used by RTD
AA-Turner 446bad0
Add make clean option
AA-Turner d439676
Add GH pages
AA-Turner 59136db
Add index file
AA-Turner 624c919
Only deploy for upstream to prevent forks failing (#1537)
hugovk 3f3ad24
Clean up RSS generation
AA-Turner eb19cb8
Remove old pyramid files
AA-Turner 137a533
Re-organise pep_processor
AA-Turner 6a722e0
Rename pep zero generator files for consistency
AA-Turner c9404ca
Reorganise pep theme
AA-Turner f52b38e
Clean conf.py
AA-Turner 90850b1
Clean imports
AA-Turner ecd0329
Modern class defs
AA-Turner ab7802b
Type hints
AA-Turner c32075d
Compile regex
AA-Turner 52d7479
PEPError helper method
AA-Turner 021a48b
Functionise
AA-Turner dcc97e6
Move constants
AA-Turner 8abbbd8
Small changes to pep_zero_generator
AA-Turner 1a08b32
Update excludes
AA-Turner 411cb8c
Conf updates
AA-Turner 8ce1fde
Update sphinx version
AA-Turner b43f509
Remove unneeded files
AA-Turner e8680e5
Fix typos
AA-Turner 5ccf1a5
Use pydotorg mathematics rendering
AA-Turner 985840d
Edits for style in __init__.py
AA-Turner cf4eb09
Clarify elements in build flow
AA-Turner c749e59
Update pep2rss to closer match current output
AA-Turner 078c126
Use absolute path
AA-Turner a03ab68
Add venv to gitignore
AA-Turner 75345ee
Match current state of name parsing branch
AA-Turner c4302a2
Makefile should be generating rss!
AA-Turner 8aaf8a6
PEP 249 style is different
AA-Turner 7773a3a
Implemented auto-linking with the PEP pattern
AA-Turner 95f7b27
Definition list styling only applies to headers and footnotes
AA-Turner 5240d4b
Add last-modified date to footer re python/pythondotorg#1564
AA-Turner a2e1cee
Reflect A-S-S-theming changes
AA-Turner 9acd31e
Change html_title to lowercase (per @pradyunsg)
AA-Turner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Clean up docutils.conf
- Loading branch information
commit e2ca10f7db34de5b9ef272ce5806894735a60cd0
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.