From 6a597a24ec3be2e8de5a61d17792bf9cff938d3a Mon Sep 17 00:00:00 2001 From: chekos Date: Thu, 6 Apr 2023 14:47:03 -0700 Subject: [PATCH] add bibtextfiles --- docs/_config.yml | 6 ------ docs/conf.py | 5 ++++- 2 files changed, 4 insertions(+), 7 deletions(-) delete mode 100644 docs/_config.yml diff --git a/docs/_config.yml b/docs/_config.yml deleted file mode 100644 index c2203d8..0000000 --- a/docs/_config.yml +++ /dev/null @@ -1,6 +0,0 @@ -# Bibliography -bibtex_bibfiles: - - references.bib -sphinx: - config: - bibtex_reference_style: author_year # or label, super, \supercite \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index 7c96d53..d575c36 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -58,7 +58,7 @@ # General information about the project. project = "Datawrapper" -copyright = "2021, Sergio Sánchez Zavala" +copyright = "2023, Sergio Sánchez Zavala" author = "Sergio Sánchez Zavala" # The version info for the project you're documenting, acts as replacement @@ -190,3 +190,6 @@ # Jupyter notebooks execution jupyter_execute_notebooks = "off" + +# bibtext files +bibtex_bibfiles = ['refs.bib'] \ No newline at end of file