You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mb...@apache.org on 2023/01/04 13:33:37 UTC

[flink] branch master updated: [hotfix][docs] Fix documentation build

This is an automated email from the ASF dual-hosted git repository.

mbalassi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 4bb1ef66d42 [hotfix][docs] Fix documentation build
4bb1ef66d42 is described below

commit 4bb1ef66d42ee22c9f5c54358bd2e92749784eaf
Author: Marton Balassi <ma...@apple.com>
AuthorDate: Wed Jan 4 14:28:08 2023 +0100

    [hotfix][docs] Fix documentation build
---
 docs/static/fig/delegation_token_framework.svg | 21 ++++++++++++++++++++-
 pom.xml                                        |  1 +
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/docs/static/fig/delegation_token_framework.svg b/docs/static/fig/delegation_token_framework.svg
index b2c46a95e80..82eda539fbd 100644
--- a/docs/static/fig/delegation_token_framework.svg
+++ b/docs/static/fig/delegation_token_framework.svg
@@ -1,4 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
+
 <!-- Do not edit this file with editors other than diagrams.net -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
-<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="851px" height="768px" viewBox="-0.5 -0.5 851 768" content="&lt;mxfile host=&quot;app.diagrams.net&quot; modified=&quot;2023-01-04T12:07:02.859Z&quot; agent=&quot;5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36&quot; etag=&quot;yuoZn9JIeDNMMz-aMEgE&quot; version=&quot;20.8.1&quot; type=&quot;google&quot;&gt;&lt;diagram id=&qu [...]
\ No newline at end of file
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="851px" height="768px" viewBox="-0.5 -0.5 851 768" content="&lt;mxfile host=&quot;app.diagrams.net&quot; modified=&quot;2023-01-04T12:07:02.859Z&quot; agent=&quot;5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36&quot; etag=&quot;yuoZn9JIeDNMMz-aMEgE&quot; version=&quot;20.8.1&quot; type=&quot;google&quot;&gt;&lt;diagram id=&qu [...]
diff --git a/pom.xml b/pom.xml
index ab0a7000527..832a8d7be34 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1547,6 +1547,7 @@ under the License.
 						<exclude>**/target/**</exclude>
 						<exclude>build-target/**</exclude>
 						<exclude>docs/layouts/shortcodes/generated/**</exclude>
+						<exclude>docs/themes/connectors/layouts/shortcodes/generated/**</exclude>
 						<exclude>docs/static/generated/**</exclude>
 						<!-- Tools: watchdog -->
 						<exclude>tools/artifacts/**</exclude>