Skip to content

Commit

Permalink
Fix docs build.
Browse files Browse the repository at this point in the history
Signed-off-by: Harvey Tuch <[email protected]>
  • Loading branch information
htuch committed Oct 4, 2019
1 parent adcaef9 commit d411475
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions api/envoy/api/v2/endpoint/load_report.proto
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ message UpstreamLocalityStats {
uint32 priority = 6;
}

// [#not-implemented-hide:] Not configuration. TBD how to doc proto APIs.
message UpstreamEndpointStats {
// Upstream host address.
core.Address address = 1;
Expand Down
1 change: 1 addition & 0 deletions api/envoy/api/v3alpha/endpoint/load_report.proto
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ message UpstreamLocalityStats {
uint32 priority = 6;
}

// [#not-implemented-hide:] Not configuration. TBD how to doc proto APIs.
message UpstreamEndpointStats {
// Upstream host address.
core.Address address = 1;
Expand Down
9 changes: 8 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,14 @@ def setup(app):
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
# This patterns also effect to html_static_path and html_extra_path
exclude_patterns = ['_build', '_venv', 'Thumbs.db', '.DS_Store']
exclude_patterns = [
'_build',
'_venv',
'Thumbs.db',
'.DS_Store',
'api-v2/api/v2/endpoint/load_report.proto.rst',
'api-v2/service/discovery/v2/hds.proto.rst',
]

# The reST default role (used for this markup: `text`) to use for all
# documents.
Expand Down

0 comments on commit d411475

Please sign in to comment.