Skip to content

Commit 4280913

Browse files
authored
fix the edit button in the documentation
Per https://www.mkdocs.org/user-guide/configuration/#edit_uri. Although edit_uri is auto derived on github, it points to edit/master/docs/, not edit/master/tutorial/
1 parent a21af9f commit 4280913

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ repo_url: 'https://github.com/libigl/libigl-python-bindings'
55
site_description: "Simple Python geometry processing library"
66
# strict: true
77
docs_dir: 'tutorial'
8+
edit_uri: 'edit/master/tutorial/'
89
remote_branch: 'gh-pages'
910
theme:
1011
name: material

0 commit comments

Comments
 (0)