Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0c9e2c7

Browse files
committedMar 16, 2024·
fix css path
1 parent 6aa151d commit 0c9e2c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@
3838

3939
html_static_path = ['_static']
4040
html_css_files = [
41-
'css/phpcr.css',
41+
'phpcr.css',
4242
]

0 commit comments

Comments
 (0)
Please sign in to comment.