diff --git a/docs/_static/styles.css b/docs/_static/styles.css new file mode 100644 index 0000000..914861d --- /dev/null +++ b/docs/_static/styles.css @@ -0,0 +1,8 @@ +.experimental-admonition { + display: flex; + align-items: center; +} + +.experimental-admonition img { + width: 64px; +} \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index fc413d9..b9d6d07 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -50,3 +50,5 @@ html_theme = 'furo' # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". html_static_path = ['_static'] + +html_css_files = ['styles.css'] \ No newline at end of file diff --git a/docs/experimental.svg b/docs/experimental.svg new file mode 100644 index 0000000..4ebac45 --- /dev/null +++ b/docs/experimental.svg @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/index.rst b/docs/index.rst index 91b53a2..dcde058 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -1,6 +1,14 @@ Overview ======== +.. warning:: + .. container:: experimental-admonition + + .. image:: experimental.svg + + **Blueprint is still experimental.** Future versions may have breaking changes, and most GTK tutorials use XML syntax. + + Blueprint is a markup language and compiler for GTK 4 user interfaces. .. toctree::