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

quickstart: set conf.py pygments_style value to None #5282

Merged
merged 1 commit into from
Sep 2, 2018

Conversation

schettino72
Copy link
Contributor

Feature or Bugfix

  • Bugfix

Purpose

Currently quickstart sets a value for pygments_style,
this is not desirable because it overrides the theme's default pygments_style.
It should be None so theme`s value is used by default.

Currently quickstart sets a value for `pygments_style`,
this is not desirable because it overrides the theme's default `pygments_style`.
It should be `None` so theme`s value is used by default.
@codecov
Copy link

codecov bot commented Aug 13, 2018

Codecov Report

Merging #5282 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #5282      +/-   ##
==========================================
+ Coverage   82.24%   82.24%   +<.01%     
==========================================
  Files         302      302              
  Lines       39585    39585              
  Branches     6094     6094              
==========================================
+ Hits        32557    32558       +1     
  Misses       5691     5691              
+ Partials     1337     1336       -1
Impacted Files Coverage Δ
sphinx/builders/html.py 82.88% <0%> (+0.09%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c48a612...9cf8aa7. Read the comment docs.

@@ -78,7 +78,7 @@ language = {{ language | repr }}
exclude_patterns = [{{ exclude_patterns }}]

# The name of the Pygments (syntax highlighting) style to use.
pygments_style = 'sphinx'
pygments_style = None
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: the original setting was born at 7d9721d (v0.2). So this setting is a part of Sphinx itself even if it's a bug.

@tk0miya tk0miya added type:proposal a feature suggestion internals:config labels Aug 13, 2018
@tk0miya tk0miya added this to the 2.0.0 milestone Aug 25, 2018
@tk0miya tk0miya changed the base branch from master to 1.8 September 2, 2018 07:14
@tk0miya tk0miya added type:bug html theme and removed type:proposal a feature suggestion labels Sep 2, 2018
@tk0miya tk0miya modified the milestones: 2.0.0, 1.8.0 Sep 2, 2018
@tk0miya
Copy link
Member

tk0miya commented Sep 2, 2018

I just understand this is a bug of Sphinx. So I'll merge this into 1.8.0 release.

@tk0miya tk0miya merged commit 1082806 into sphinx-doc:1.8 Sep 2, 2018
tk0miya added a commit to tk0miya/sphinx that referenced this pull request Sep 2, 2018
@tk0miya
Copy link
Member

tk0miya commented Sep 2, 2018

Merged. Thank you for contribution!

tk0miya added a commit that referenced this pull request Sep 2, 2018
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 27, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants