-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The default branch should make it easy to test things. There is a new branch called "full-feature" that has all the features enabled. This reverts commit a1c1d14.
- Loading branch information
Showing
18 changed files
with
29 additions
and
319 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,18 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
# Default settings | ||
project = 'Test Builds' | ||
extensions = [ | ||
'sphinx_autorun', | ||
'notfound.extension', | ||
'hoverxref.extension', | ||
'sphinx_js', | ||
'sphinx_tabs.tabs', | ||
'sphinx_jinja2', | ||
] | ||
|
||
latex_engine = 'xelatex' # allow us to build Unicode chars | ||
|
||
autosectionlabel_prefix_document = True | ||
hoverxref_auto_ref = True | ||
hoverxref_roles = [ | ||
'term', | ||
] | ||
|
||
# Include all your settings here | ||
html_theme = 'sphinx_rtd_theme' | ||
|
||
js_source_path = '../src/' | ||
html_extra_path = ['static'] | ||
html_context = { | ||
"comment": "This comment is injected manually as a test.", | ||
} | ||
|
||
jinja2_env_kwargs = { | ||
"extensions": ["jinja2.ext.loopcontrols"], | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
conf.py | ||
======= | ||
|
||
.. literalinclude:: conf.py | ||
:language: python | ||
:linenos: |
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,4 @@ | ||
sphinx-hoverxref | ||
================ | ||
|
||
Make usage of ``sphinx-hoverxref`` and test different scenarios. | ||
|
||
Tooltips with issues on glossary | ||
-------------------------------- | ||
|
||
* Issue: https://github.com/readthedocs/sphinx-hoverxref/issues/97 | ||
|
||
Example: | ||
|
||
* :term:`term 1` | ||
* :term:`term 2` | ||
|
||
|
||
Reference to a title | ||
-------------------- | ||
|
||
:ref:`conf.py:conf.py` | ||
|
||
|
||
Reference to a document | ||
------------------------ | ||
|
||
:doc:`conf.py` | ||
Link to a page you can hover: :ref:`index`. |
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,9 @@ | ||
sphinx-autorun | ||
sphinx-jinja2 | ||
sphinx-rtd-theme | ||
sphinx-notfound-page | ||
sphinx-hoverxref | ||
sphinx-tabs | ||
shot-scraper | ||
|
||
sphinx-js | ||
# Pin it because it fails otherwise | ||
# ImportError: cannot import name 'soft_unicode' from 'markupsafe' | ||
markupsafe==2.0.1 | ||
|
||
git+https://github.com/shawalli/pygments-lexer-apex.git#egg=pygments-lexer-apex |
Oops, something went wrong.