This is an automated email from the ASF dual-hosted git repository.
kamilbregula pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-site.git
The following commit(s) were added to refs/heads/master by this push:
new 8d3be81 Remove unecessary quotes (#320)
8d3be81 is described below
commit 8d3be81eac867aee06d0e1196109a8c8b677f4c0
Author: Kamil BreguĊa <[email protected]>
AuthorDate: Tue Dec 1 12:40:11 2020 +0100
Remove unecessary quotes (#320)
---
sphinx_airflow_theme/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sphinx_airflow_theme/setup.py b/sphinx_airflow_theme/setup.py
index 09b7769..2031c6d 100644
--- a/sphinx_airflow_theme/setup.py
+++ b/sphinx_airflow_theme/setup.py
@@ -21,7 +21,7 @@ from setuptools import setup
REQUIRED_ADDITIONAL_FILES=[
"sphinx_airflow_theme/static/_gen/css/main.min.css",
"sphinx_airflow_theme/static/_gen/css/main-custom.min.css",
- "sphinx_airflow_theme/static/_gen/js/docs.js"""
+ "sphinx_airflow_theme/static/_gen/js/docs.js"
]
missing_files = [
f