GitHub user katsel opened a pull request:

    https://github.com/apache/couchdb-documentation/pull/53

    COUCHDB-3068 - Fixes to make docs build with Sphinx 1.4

    * Remove JSON as default highlight language from conf.py, so Sphinx does 
not assume all non-marked code blocks are JSON per default.
    * Use valid HTTP
      * add ` HTTP/1.1` to each request line
      * Pygments' http lexer currently does not recognize the COPY method, so 
disable highlighting for blocks that use COPY.
    * Minor changes with shell code-blocks - shell-sessions and shell-scripts 
require different lexers.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/katsel/couchdb-documentation 3068-sphinx-1-4

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-documentation/pull/53.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #53
    
----
commit c94c04e84b72dcbba88ee6299d26884c012f4213
Author: katsel <[email protected]>
Date:   2016-07-22T17:20:38Z

    COUCHDB-3068 - Fixes to make docs build with Sphinx 1.4
    
    * remove JSON as default highlight language from config
    * use valid HTTP
    * minor changes with shell code-blocks

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to