Skip to content
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

Fix: missing and redundant spacing (and etc) for console output on building #8277

Merged
merged 1 commit into from
Oct 4, 2020

Commits on Oct 3, 2020

  1. Fix: missing and redundant spacing (and etc) for console output on bu…

    …ilding.
    
    Before this fixing:
    ```
    generating indices...  genindexdone
    writing additional pages...  searchdone
    copying static files... ... done
    ```
    
    After this fixing:
    ```
    generating indices... genindex done
    writing additional pages... search done
    copying static files... done
    ```
    
    This tiny trouble has been introduced at sphinx-doc#6538 (sphinx-2.0.0 Mar 29, 2019)
    shimizukawa committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    f0f90a5 View commit details
    Browse the repository at this point in the history