-
Notifications
You must be signed in to change notification settings - Fork 226
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
IPython installs without a lexar entry point for pygments #1430
Comments
I'd be happy for Anaconda to use the conda-forge recipe for IPython, if that's easy for you. |
Discussion of issue: spatialaudio/nbsphinx#24 (comment) Root cause: ContinuumIO/anaconda-issues#1430
Discussion of issue: spatialaudio/nbsphinx#24 (comment) Root cause: ContinuumIO/anaconda-issues#1430
* eliminate warning in getting_started.rst * all warnings are errors * use anonymous links instead of named links * fix indentation of list item * fix a variety of list item syntax issues * remove illegal excess indentation * several list item syntax fixes * variety of list item fixes and a link fix * remove extraneous character from string [] docs * favicons must end in ico * work around a bug in conda Discussion of issue: spatialaudio/nbsphinx#24 (comment) Root cause: ContinuumIO/anaconda-issues#1430 * fix link to tutorial * fix broken links * remove broken link to sample * remove more broken links to sample * remove references to sec-objects * fix bad reference syntax * two small fixes 1. Remove reference to sample 2. Move ico to correct directory * remove unnecessary html_extra_path entry * fix doctest skip syntax
…1691) * eliminate warning in getting_started.rst * all warnings are errors * use anonymous links instead of named links * fix indentation of list item * fix a variety of list item syntax issues * remove illegal excess indentation * several list item syntax fixes * variety of list item fixes and a link fix * remove extraneous character from string [] docs * favicons must end in ico * work around a bug in conda Discussion of issue: spatialaudio/nbsphinx#24 (comment) Root cause: ContinuumIO/anaconda-issues#1430 * fix link to tutorial * fix broken links * remove broken link to sample * remove more broken links to sample * remove references to sec-objects * fix bad reference syntax * two small fixes 1. Remove reference to sample 2. Move ico to correct directory * remove unnecessary html_extra_path entry * initial attempt * add missing file * improve hailType blurb * further improvements from tpoterba * Update hailType.rst * sphinx lists must not have leading space This triggers an error message: Error in "include" directive: no content permitted. because the one-space-indented text is assumed to be an argument to the `.. include` directive Also fix location of hailType.rst * use anonymous links instead of named links * simplify docs
* eliminate warning in getting_started.rst * all warnings are errors * use anonymous links instead of named links * fix indentation of list item * fix a variety of list item syntax issues * remove illegal excess indentation * several list item syntax fixes * variety of list item fixes and a link fix * remove extraneous character from string [] docs * favicons must end in ico * work around a bug in conda Discussion of issue: spatialaudio/nbsphinx#24 (comment) Root cause: ContinuumIO/anaconda-issues#1430 * fix link to tutorial * fix broken links * remove broken link to sample * remove more broken links to sample * remove references to sec-objects * fix bad reference syntax * two small fixes 1. Remove reference to sample 2. Move ico to correct directory * remove unnecessary html_extra_path entry * fix doctest skip syntax
…ail-is#1691) * eliminate warning in getting_started.rst * all warnings are errors * use anonymous links instead of named links * fix indentation of list item * fix a variety of list item syntax issues * remove illegal excess indentation * several list item syntax fixes * variety of list item fixes and a link fix * remove extraneous character from string [] docs * favicons must end in ico * work around a bug in conda Discussion of issue: spatialaudio/nbsphinx#24 (comment) Root cause: ContinuumIO/anaconda-issues#1430 * fix link to tutorial * fix broken links * remove broken link to sample * remove more broken links to sample * remove references to sec-objects * fix bad reference syntax * two small fixes 1. Remove reference to sample 2. Move ico to correct directory * remove unnecessary html_extra_path entry * initial attempt * add missing file * improve hailType blurb * further improvements from tpoterba * Update hailType.rst * sphinx lists must not have leading space This triggers an error message: Error in "include" directive: no content permitted. because the one-space-indented text is assumed to be an argument to the `.. include` directive Also fix location of hailType.rst * use anonymous links instead of named links * simplify docs
ping on this... I just ran into this same issue and the only workaround was to use the conda-forge channel as @takluyver suggested. It's a bummer that the default IPython package seems to have this problem; anything we can do to help? |
@mingwandroid or @msarahan this should be fixed for the packages in main now, right? |
* Fix pygments lexers `log` (used in beam_search_generator.rst) is not a valid lexer. `bash` is for shell scripts. We are presenting interactive sessions and should use `console`. * Add .ipynb_checkpoints to sphinx exclude_patterns This is required: https://media.readthedocs.org/pdf/nbsphinx/latest/nbsphinx.pdf Otherwise we will get a lot of warnings if the environment contains ipynb_checkpoints.. * Declare development requirements This may not be exhaustive yet, but are the requirements needed on my machine to build the documentation. * Make CI deploy stage fail if there are any Sphinx warnings * Add 'release' dependency to 'docs' in Makefile 'docs' depends on .zip archives created in the 'release' step * Declare word embedding evaluation extended_results.ipynb as orphan Sphinx won't warn about orphan elements not being included in the TOC. * Fix docstrings causing sphinx warnings * Install ipython from conda-forge Workaround ContinuumIO/anaconda-issues#1430
* Fix pygments lexers `log` (used in beam_search_generator.rst) is not a valid lexer. `bash` is for shell scripts. We are presenting interactive sessions and should use `console`. * Add .ipynb_checkpoints to sphinx exclude_patterns This is required: https://media.readthedocs.org/pdf/nbsphinx/latest/nbsphinx.pdf Otherwise we will get a lot of warnings if the environment contains ipynb_checkpoints.. * Declare development requirements This may not be exhaustive yet, but are the requirements needed on my machine to build the documentation. * Make CI deploy stage fail if there are any Sphinx warnings * Add 'release' dependency to 'docs' in Makefile 'docs' depends on .zip archives created in the 'release' step * Declare word embedding evaluation extended_results.ipynb as orphan Sphinx won't warn about orphan elements not being included in the TOC. * Fix docstrings causing sphinx warnings * Install ipython from conda-forge Workaround ContinuumIO/anaconda-issues#1430
The issue described in spatialaudio/nbsphinx#24 seems to be resolved by ContinuumIO/anaconda-issues#1430
I had an issue with the
nbconvert
component ofjupyter
, whereupon my code blocks were "swallowed" upon emission to HTML insphinx
. I filed this as an issue over at nbconvert, and it was fixed by running:E.g. moving
ipython
over to theconda-forge
build.@takluyver hypothesizes this is because of a configuration miss on the default channel:
For more details see the bug report and fix over @ nbconvert.
The text was updated successfully, but these errors were encountered: