Skip to content

Commit 6465e29

Browse files
FIX: fix requests issue with docutils incompatibility (#287)
* FIX: fix requests issue with docutils incompatibility * Fix broken links --------- Co-authored-by: hengchengzhang <[email protected]>
1 parent c47131e commit 6465e29

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ dependencies:
77
- pip
88
- pip:
99
- jupyter-book==0.15.1
10+
- docutils==0.17.1
1011
- quantecon-book-theme==0.5.3
1112
- sphinx-tojupyter==0.3.0
1213
- sphinxext-rediraffe==0.2.7

lectures/_config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ latex:
1717
sphinx:
1818
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter, sphinx_exercise, sphinx_togglebutton]
1919
config:
20+
# false-positive links
21+
linkcheck_ignore: ['https://github.com/matplotlib/matplotlib/blob/v3.6.2/lib/matplotlib/axes/_axes.py#L1417-L1669',
22+
'https://ieeexplore.ieee.org/document/8757088',
23+
'https://www.sciencedirect.com/science/article/pii/S1477388021000177']
2024
html_favicon: _static/lectures-favicon.ico
2125
html_theme: quantecon_book_theme
2226
html_static_path: ['_static']

0 commit comments

Comments
 (0)