Skip to content

Commit

Permalink
[Docs] Fix building docs (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
cenyk1230 authored Oct 28, 2021
1 parent e0e8f3d commit 0a64b59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions cogdl/wrappers/data_wrapper/pretraining/gcc_dw.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@

from torch.utils.data import DataLoader

from .. import register_data_wrapper, DataWrapper
from .. import DataWrapper
from cogdl.data import batch_graphs, Graph


@register_data_wrapper("gcc_dw")
class GCCDataWrapper(DataWrapper):
@staticmethod
def add_args(parser):
Expand Down
8 changes: 4 additions & 4 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sphinx
sphinx_rtd_theme
sphinx-markdown-tables
recommonmark
sphinx==4.2.0
sphinx_rtd_theme==1.0.0
sphinx-markdown-tables==0.0.15
recommonmark==0.7.1
networkx
matplotlib
tqdm
Expand Down

0 comments on commit 0a64b59

Please sign in to comment.