Skip to content

Commit 6156650

Browse files
authored
Fix readthedocs build (#4667)
* fix * changelog
1 parent 6c87390 commit 6156650

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
2323
- Added support for graph-level outputs in `to_hetero` ([#4582](https://github.com/pyg-team/pytorch_geometric/pull/4582))
2424
- Added `CHANGELOG.md` ([#4581](https://github.com/pyg-team/pytorch_geometric/pull/4581))
2525
### Changed
26-
- Make use of the `pyg_sphinx_theme` documentation template ([#4664](https://github.com/pyg-team/pyg-lib/pull/4664))
26+
- Make use of the `pyg_sphinx_theme` documentation template ([#4664](https://github.com/pyg-team/pyg-lib/pull/4664), [#4667](https://github.com/pyg-team/pyg-lib/pull/4667))
2727
- Refactored reading molecular positions from sdf file for qm9 datasets ([4654](https://github.com/pyg-team/pytorch_geometric/pull/4654))
2828
- Fixed `MLP.jittable()` bug in case `return_emb=True` ([#4645](https://github.com/pyg-team/pytorch_geometric/pull/4645), [#4648](https://github.com/pyg-team/pytorch_geometric/pull/4648))
2929
- The generated node features of `StochasticBlockModelDataset` are now ordered with respect to their labels ([#4617](https://github.com/pyg-team/pytorch_geometric/pull/4617))

docs/source/conf.py

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
html_favicon = ('https://raw.githubusercontent.com/pyg-team/pyg_sphinx_theme/'
2323
'master/pyg_sphinx_theme/static/img/favicon.png')
2424

25-
master_doc = 'index'
2625
add_module_names = False
2726
autodoc_member_order = 'bysource'
2827

0 commit comments

Comments
 (0)