Skip to content

DOC: fix SyntaxError in doc build on Windows #26499

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

Merged
merged 1 commit into from
May 23, 2019

Conversation

simonjayhawkins
Copy link
Member

i'm getting this error for most files during doc build on Windows...

>>>-------------------------------------------------------------------------
Exception in C:\Users\simon\OneDrive\code\pandas-simonjayhawkins\doc\source\development\contributing.rst at block ending on line None
Specify :okexcept: as an option in the ipython:: block to suppress this message
  File "<ipython-input-1-9cb881b1c9b0>", line 1
    os.chdir('C:\Users\simon\OneDrive\code\pandas-simonjayhawkins\doc')
            ^
SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape

<<<-------------------------------------------------------------------------

@codecov
Copy link

codecov bot commented May 22, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26499      +/-   ##
==========================================
- Coverage   91.75%   91.74%   -0.01%     
==========================================
  Files         174      174              
  Lines       50761    50761              
==========================================
- Hits        46575    46571       -4     
- Misses       4186     4190       +4
Flag Coverage Δ
#multiple 90.25% <ø> (ø) ⬆️
#single 41.68% <ø> (-0.12%) ⬇️
Impacted Files Coverage Δ
pandas/io/gbq.py 78.94% <0%> (-10.53%) ⬇️
pandas/core/frame.py 97.02% <0%> (-0.12%) ⬇️

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 6d2398a...6aee868. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented May 22, 2019

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master   #26499      +/-   ##
==========================================
- Coverage   91.75%   91.74%   -0.01%     
==========================================
  Files         174      174              
  Lines       50761    50761              
==========================================
- Hits        46575    46571       -4     
- Misses       4186     4190       +4
Flag Coverage Δ
#multiple 90.25% <ø> (ø) ⬆️
#single 41.68% <ø> (-0.12%) ⬇️
Impacted Files Coverage Δ
pandas/io/gbq.py 78.94% <0%> (-10.53%) ⬇️
pandas/core/frame.py 97.02% <0%> (-0.12%) ⬇️

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 6d2398a...6aee868. Read the comment docs.

@gfyoung gfyoung added Docs Windows Windows OS labels May 23, 2019
@gfyoung
Copy link
Member

gfyoung commented May 23, 2019

Gotta love Windows...I thought we built the docs on Azure as well? If we don't, might want to consider doing that to protect against issues like these...

@TomAugspurger TomAugspurger merged commit 65eac80 into pandas-dev:master May 23, 2019
@TomAugspurger TomAugspurger added this to the 0.25.0 milestone May 23, 2019
@simonjayhawkins simonjayhawkins deleted the doc-build branch May 24, 2019 06:32
another-green pushed a commit to another-green/pandas that referenced this pull request May 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Windows Windows OS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants