Skip to content

Commit

Permalink
Merge pull request #273 from rsheftel/dev
Browse files Browse the repository at this point in the history
Fixes to get ReadTheDocs working one more time
  • Loading branch information
rsheftel committed Aug 22, 2023
2 parents 3793dc8 + 827daff commit 4a824d9
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 84 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Expand Up @@ -13,7 +13,7 @@ build:
# Build documentation in the "docs/" directory with Sphinx
sphinx:
configuration: docs/conf.py
fail_on_warning: true # Fail on all warnings to avoid broken references
# fail_on_warning: true # Fail on all warnings to avoid broken references

# Optionally build your docs in additional formats such as PDF and ePub
formats:
Expand Down
18 changes: 9 additions & 9 deletions docs/change_log.rst
@@ -1,4 +1,4 @@
Change Log
Change Log
==========

Updates
Expand All @@ -20,35 +20,35 @@ Updates
- Moved all setuptools build workflows to pyproject.toml and deleted setup.py

4.1.4 (02/04/2023)
~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~
- Updated TASE Holidays 2022-2025

4.1.3 (12/26/2022)
~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~
- Added Chinese 2023 holidays

4.1.2 (12/08/2022)
~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~
- Added 2023 holidays to BSE calendar

4.1.1 (10/31/2022)
~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~
- Fix for bug in NYSEExchangeCalendar.valid_days

4.1.0 (10/08/2022)
~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~
- Added UK and Australia holidays for Queen Elizabeth II's State Funeral

4.0.3 (10/08/2022)
~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~
- Enabled tests that failed before PR #215

4.0.2 (10/08/2022)
~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~
- Implemented new release management

4.0.1 (09/03/22)
~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~
- Fix duplicates bug in special_dates
- Fix tz=None bug in NYSEExchangeCalendar.valid_days

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -31,7 +31,7 @@

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['_build']
exclude_patterns = ['_build', '**.ipynb_checkpoints']

# If true, `todo` and `todoList` produce output, else they produce nothing.
todo_include_todos = True
Expand Down

0 comments on commit 4a824d9

Please sign in to comment.