Skip to content

Commit

Permalink
Use LFS.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Feb 20, 2023
1 parent 203b252 commit 6450ef5
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<center>
<a href="https://github.com/riga/law">
<img src="https://raw.githubusercontent.com/riga/law/master/logo.png" />
<img src="https://raw.githubusercontent.com/riga/law/master/assets/logo.png" />
</a>
</center>

Expand Down
3 changes: 3 additions & 0 deletions assets/favicon.ico
Git LFS file not shown
3 changes: 3 additions & 0 deletions assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
add_module_names = False

html_title = "{} v{}".format(project, version)
html_logo = "../logo.png"
html_logo = "../assets/logo.png"
html_favicon = "../assets/favicon.ico"
html_theme = "sphinx_book_theme"
html_theme_options = {}
if html_theme == "sphinx_rtd_theme":
Expand Down Expand Up @@ -68,6 +69,7 @@
"sphinx.ext.autosectionlabel",
"autodocsumm",
"myst_parser",
"sphinx_lfs_content",
"pydomain_patch",
]

Expand Down
1 change: 1 addition & 0 deletions requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ sphinx~=4.3
sphinx-book-theme~=0.3
autodocsumm~=0.2
myst-parser~=0.18
sphinx_lfs_content~=1.1

0 comments on commit 6450ef5

Please sign in to comment.