Skip to content

Commit c39c989

Browse files
authored
Merge pull request #29 from phpcr/fix-build
fix css path
2 parents 6aa151d + 0c9e2c7 commit c39c989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conf.py

+1-1
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)