Skip to content

Commit

Permalink
share the changelog with docs too
Browse files Browse the repository at this point in the history
  • Loading branch information
henrysky committed Aug 30, 2023
1 parent 7ad9395 commit ee6fd59
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 41 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## [0.11.0] - WIP
# Change log

## [0.11.0] - X XXX 2023
### Changed
- Using new Matplotlib `pcolormesh` API introduced in v3.7.0 to plot sky map with projections faster with less memory
- Add option to plot galactic grid, equatorial grid and ecliptic grid in sky map
Expand Down
3 changes: 2 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ sphinx-copybutton
bokeh
sphinx
nbsphinx
ipykernel
ipykernel
myst_parser
2 changes: 2 additions & 0 deletions docs/source/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
```{include} ../../CHANGELOG.md
```
37 changes: 0 additions & 37 deletions docs/source/changelog.rst

This file was deleted.

5 changes: 3 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
'sphinx.ext.viewcode',
'sphinx-prompt',
'bokeh.sphinxext.bokeh_plot',
'sphinx_copybutton']
'sphinx_copybutton',
'myst_parser']

bokeh_plot_pyfile_include_dirs = ['bokeh_html']

Expand All @@ -52,7 +53,7 @@
# You can specify multiple suffix as a list of string:
#
# source_suffix = ['.rst', '.md']
source_suffix = '.rst'
source_suffix = ['.rst', '.md']

# The master toctree document.
master_doc = 'index'
Expand Down

0 comments on commit ee6fd59

Please sign in to comment.