Skip to content

Commit

Permalink
FIX: fix requests issue with docutils incompatibility (#287)
Browse files Browse the repository at this point in the history
* FIX: fix requests issue with docutils incompatibility

* Fix broken links

---------

Co-authored-by: hengchengzhang <[email protected]>
  • Loading branch information
mmcky and HengchengZhang authored Aug 15, 2023
1 parent c47131e commit 6465e29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ dependencies:
- pip
- pip:
- jupyter-book==0.15.1
- docutils==0.17.1
- quantecon-book-theme==0.5.3
- sphinx-tojupyter==0.3.0
- sphinxext-rediraffe==0.2.7
Expand Down
4 changes: 4 additions & 0 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ latex:
sphinx:
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter, sphinx_exercise, sphinx_togglebutton]
config:
# false-positive links
linkcheck_ignore: ['https://github.com/matplotlib/matplotlib/blob/v3.6.2/lib/matplotlib/axes/_axes.py#L1417-L1669',
'https://ieeexplore.ieee.org/document/8757088',
'https://www.sciencedirect.com/science/article/pii/S1477388021000177']
html_favicon: _static/lectures-favicon.ico
html_theme: quantecon_book_theme
html_static_path: ['_static']
Expand Down

0 comments on commit 6465e29

Please sign in to comment.