Skip to content

Commit 37f59cd

Browse files
committed
Fix some relative paths
1 parent 71d1e52 commit 37f59cd

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

_config.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
title: Example FEniCS paper
55
author: Henrik Finsberg
6-
logo: "logo.png"
6+
logo: "docs/logo.png"
77
copyright: "2022"
88

99
# Force re-execution of notebooks on each build.
@@ -14,9 +14,7 @@ execute:
1414
# Information about where the book exists on the web
1515
repository:
1616
url: https://github.com/scientificcomputing/example-paper-fenics # Online location of your book
17-
path_to_book: _sources # Optional path to your book, relative to the repository root
18-
branch: gh-pages # Which branch of the repository should be used when creating links (optional)
19-
17+
2018
launch_buttons:
2119
notebook_interface: "jupyterlab" # The interface interactive links will activate ["classic", "jupyterlab"]
2220
binderhub_url: "https://mybinder.org"
@@ -34,7 +32,7 @@ parse:
3432

3533
sphinx:
3634
config:
37-
bibtex_bibfiles: ["refs.bib"]
35+
bibtex_bibfiles: ["docs/refs.bib"]
3836
suppress_warnings: ["bibtex.duplicate_citation"] # If the same paper is cited in multiple files
3937

4038
extra_extensions:
File renamed without changes.

0 commit comments

Comments
 (0)