Skip to content
Snippets Groups Projects
Verified Commit 66626285 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

cleanup config

parent d1088ad7
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ for source_file in src.glob('*.md'):
resources={
'unique_key': fname,
'output_files_dir': 'figures',
'metadata': {'path': str(Path('.') / 'code')}
'metadata': {'path': 'src/code'}
}
)
......
File moved
File moved
File moved
......@@ -26,7 +26,7 @@
predefinedOutput: true,
binderOptions: {
repoProvider: "git",
repo: "https://gitlab.kwant-project.org/solidstate/lectures",
repo: "{{config.repo_url}}",
ref: "master",
},
requestKernel: true,
......@@ -41,7 +41,6 @@
{% endblock %}
{% block libs %}
<script src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.6/require.min.js" type="text/javascript"></script>
{{ super() }}
{% endblock %}
......@@ -55,4 +54,4 @@
{% else %}
{{ super() }}
{% endif %}
{% endblock %}
\ No newline at end of file
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment