Skip to content

Commit d6dbaa4

Browse files
committed
Try to fix the github pages issue
1 parent e32c869 commit d6dbaa4

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/.nojekyll

Whitespace-only changes.

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
extensions = [
3535
'sphinx.ext.autodoc',
3636
'sphinx.ext.napoleon',
37+
'sphinx.ext.githubpages',
3738
'sphinxcontrib.restbuilder',
3839
'sphinx_jekyll_builder',
3940
'sphinx_autodoc_typehints'

frameioclient/services/projects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def tree(self, project_id: Union[str, UUID], slim: Optional[bool] = False):
5353
thumbnail, \
5454
creator_id, \
5555
inserted_at (date created), \
56-
path (represented like a filesystem) \
56+
path (represented like a filesystem)
5757
5858
Example::
5959

0 commit comments

Comments
 (0)