Skip to content

Commit

Permalink
docs(Makefile): turn off -W flag that turns sphinx warnings into erro…
Browse files Browse the repository at this point in the history
…rs for now, to get around wicked issue of some jupyter notebook stdout causing unexpected indent errors

- also bump date on release history
  • Loading branch information
aleaf committed Jan 15, 2024
1 parent e0827d9 commit 876a373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#

# You can set these variables from the command line.
SPHINXOPTS = "-W" # This flag turns warnings into errors.
SPHINXOPTS = #"-W" # This flag turns warnings into errors.
SPHINXBUILD = sphinx-build
SPHINXPROJ = PackagingScientificPython
SOURCEDIR = source
Expand Down
2 changes: 1 addition & 1 deletion docs/source/release-history.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Release History
===============

Version 0.11.2 (2024-01-12)
Version 0.11.2 (2024-01-15)
---------------------------
* fix issue with line_id dtypes, so that NHDPlus Hi-Res COMIDs (which require 64-bits as integers) work more robustly on Windows.
* fixes to support Flopy renaming 'rno' to 'ifno'
Expand Down

0 comments on commit 876a373

Please sign in to comment.