Skip to content

Commit

Permalink
docs: font awesome css file
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima committed Apr 13, 2022
1 parent 29b49c0 commit c914fd2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,18 @@
".md": "markdown",
}

# font awesome
fontawesome_css = "https://use.fontawesome.com/releases/v5.6.1/css/all.css"
cdnfa = "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/"
fontawesome_min = cdnfa + "fontawesome.min.css"
solid_min = cdnfa + "solid.min.css"
brands_min = cdnfa + "brands.min.css"

# path options
templates_path = ["_templates"]
exclude_patterns = ["_images"]
html_static_path = ["_static"]
html_css_files = ["mdsanima.css"]
html_css_files = ["mdsanima.css", fontawesome_css]
html_js_files = ["mdsanima.js"]

# theme options
Expand Down

0 comments on commit c914fd2

Please sign in to comment.